1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 16:28:12 -07:00

Artifact and group.

This commit is contained in:
Cedric Beust 2016-02-06 01:05:50 +04:00
parent 3eb52d22fc
commit 78338a94c8

View file

@ -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"