mirror of
https://github.com/ethauvin/kobalt-line-count.git
synced 2025-04-25 03:07:11 -07:00
Move build file.
This commit is contained in:
parent
dfc461a2ad
commit
160448998c
1 changed files with 0 additions and 0 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:0.329")
|
||||
}
|
||||
|
||||
assemble {
|
||||
mavenJars {
|
||||
}
|
||||
}
|
||||
|
||||
jcenter {
|
||||
publish = true
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue