1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-line-count.git synced 2025-04-25 03:07:11 -07:00
This commit is contained in:
Cedric Beust 2015-10-11 19:28:23 -07:00
parent d772f498a8
commit 7780a54ffb
5 changed files with 8 additions and 10 deletions

View file

@ -5,9 +5,8 @@ import com.beust.kobalt.plugin.publish.*
import com.beust.kobalt.plugin.linecount.lineCount
val plugins = plugins(
// "com.beust.kobalt:kobalt-line-count:0.8"
// file(homeDir("kotlin/kobalt-line-count/kobaltBuild/libs/kobalt-line-count-0.8.jar"))
file(homeDir("kotlin/kobalt-line-count/kobaltBuild/libs/kobalt-line-count-0.12.jar"))
// "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 {
@ -17,11 +16,11 @@ val project = kotlinProject {
name = "kobalt-line-count"
group = "com.beust.kobalt"
artifactId = name
version = "0.12"
version = "0.14"
dependencies {
// compile("file:" + homeDir("kotlin/kobalt/kobaltBuild/libs/kobalt-0.168.jar"))
compile("com.beust:kobalt:0.171")
compile("com.beust:kobalt:0.174")
}
}