mirror of
https://github.com/ethauvin/kobalt-line-count.git
synced 2025-04-25 03:07:11 -07:00
0.138
This commit is contained in:
parent
26a16c6a55
commit
34dcabbeb9
5 changed files with 15 additions and 19 deletions
19
Build.kt
19
Build.kt
|
@ -1,5 +1,5 @@
|
|||
import com.beust.kobalt.*
|
||||
import com.beust.kobalt.plugin.packaging.packaging
|
||||
import com.beust.kobalt.plugin.packaging.*
|
||||
import com.beust.kobalt.plugin.kotlin.*
|
||||
|
||||
val repos = repos("https://dl.bintray.com/cbeust/maven/")
|
||||
|
@ -9,26 +9,13 @@ val project = kotlinProject {
|
|||
group = "com.beust.kobalt"
|
||||
artifactId = name
|
||||
version = "0.2"
|
||||
directory = "/Users/beust/kotlin/kobalt-line-count"
|
||||
|
||||
sourceDirectories {
|
||||
path("src/main/kotlin")
|
||||
}
|
||||
|
||||
sourceDirectoriesTest {
|
||||
path()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile("com.beust:kobalt:0.71")
|
||||
compile("com.beust:kobalt:0.139")
|
||||
}
|
||||
|
||||
// dependenciesTest {
|
||||
// compile("org.testng:testng:6.9.5")
|
||||
// }
|
||||
}
|
||||
|
||||
val packProject = packaging(project) {
|
||||
val packProject = assemble(project) {
|
||||
jar {
|
||||
manifest {
|
||||
attributes("Kobalt-Plugin-Class", "com.beust.kobalt.plugin.linecount.Main")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue