From 78338a94c8ca36f739a034853efdbde3e557621b Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Sat, 6 Feb 2016 01:05:50 +0400 Subject: [PATCH] Artifact and group. --- kobalt/src/Build.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 712ae607..7b9a791e 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -24,6 +24,8 @@ val r = repos("http://dl.bintray.com/kotlin/kotlinx.dom") val wrapper = project { name = "kobalt-wrapper" + group = "com.beust" + artifactId = name version = readVersion() directory = "modules/wrapper"