1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-line-count.git synced 2025-04-27 19:58:13 -07:00
This commit is contained in:
Cedric Beust 2016-02-16 17:13:27 -08:00
parent 32f698dd16
commit 44afac3620
4 changed files with 13 additions and 4 deletions

View file

@ -13,7 +13,7 @@ import com.beust.kobalt.plugin.publish.*
// suffix = "**Plugin.kt"
//}
val project = kotlinProject {
val project = project {
name = "kobalt-line-count"
group = "com.beust.kobalt"
artifactId = name
@ -28,7 +28,7 @@ val project = kotlinProject {
}
}
jcenter {
bintray {
publish = true
}