mirror of
https://github.com/ethauvin/kobalt-line-count.git
synced 2025-04-25 03:07:11 -07:00
Update to new architecture.
This commit is contained in:
parent
2bc76dbb05
commit
551c4b987f
4 changed files with 19 additions and 25 deletions
36
kobalt/src/Build.kt
Normal file
36
kobalt/src/Build.kt
Normal file
|
@ -0,0 +1,36 @@
|
|||
import com.beust.kobalt.*
|
||||
import com.beust.kobalt.plugin.packaging.*
|
||||
import com.beust.kobalt.plugin.kotlin.*
|
||||
import com.beust.kobalt.plugin.publish.*
|
||||
//import com.beust.kobalt.plugin.linecount.lineCount
|
||||
|
||||
//val plugins = plugins(
|
||||
//// "com.beust.kobalt:kobalt-line-count:0.14"
|
||||
// file(homeDir("kotlin/kobalt-line-count/kobaltBuild/libs/kobalt-line-count-0.14.jar"))
|
||||
//)
|
||||
|
||||
//val lc = lineCount {
|
||||
// suffix = "**Plugin.kt"
|
||||
//}
|
||||
|
||||
val project = kotlinProject {
|
||||
name = "kobalt-line-count"
|
||||
group = "com.beust.kobalt"
|
||||
artifactId = name
|
||||
version = "0.17"
|
||||
|
||||
dependencies {
|
||||
compile("com.beust:kobalt-plugin-api:")
|
||||
}
|
||||
|
||||
assemble {
|
||||
mavenJars {
|
||||
}
|
||||
}
|
||||
|
||||
jcenter {
|
||||
publish = true
|
||||
}
|
||||
|
||||
}
|
||||
|
|
@ -1 +1 @@
|
|||
kobalt.version=0.226
|
||||
kobalt.version=0.388
|
Loading…
Add table
Add a link
Reference in a new issue