mirror of
https://github.com/ethauvin/kobalt-line-count.git
synced 2025-04-27 19:58:13 -07:00
Update
This commit is contained in:
parent
32f698dd16
commit
44afac3620
4 changed files with 13 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue