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

line-count v0.15.

This commit is contained in:
Cedric Beust 2015-10-13 00:53:12 -07:00
parent b3d37eee88
commit fb6f9b51c4

View file

@ -7,10 +7,10 @@ import com.beust.kobalt.plugin.kotlin.kotlinCompiler
import com.beust.kobalt.plugin.publish.jcenter
import com.beust.kobalt.plugin.linecount.lineCount
val repos = repos("https://dl.bintray.com/cbeust/maven/")
//val repos = repos("https://dl.bintray.com/cbeust/maven/")
val plugins = plugins(
"com.beust.kobalt:kobalt-line-count:0.14"
"com.beust.kobalt:kobalt-line-count:0.15"
// file(homeDir("kotlin/kobalt-line-count/kobaltBuild/libs/kobalt-line-count-0.14.jar"))
)