Kobalt 1.0.30 update.
This commit is contained in:
parent
b04b7a9acb
commit
663dcb637f
4 changed files with 15 additions and 58 deletions
|
@ -3,9 +3,9 @@ import com.beust.kobalt.plugin.application.*
|
|||
import com.beust.kobalt.plugin.packaging.*
|
||||
import net.thauvin.erik.kobalt.plugin.exec.*
|
||||
|
||||
// ./kobaltw exec
|
||||
// ./kobaltw example:exec
|
||||
// ./kobaltw example2:exec
|
||||
// ./kobaltw exec --log 2
|
||||
// ./kobaltw example:exec --log 2
|
||||
// ./kobaltw example2:exec --log 2
|
||||
|
||||
val bs = buildScript {
|
||||
plugins("net.thauvin.erik:kobalt-exec:")
|
||||
|
@ -18,20 +18,6 @@ val example = project {
|
|||
artifactId = name
|
||||
version = "0.1"
|
||||
|
||||
sourceDirectories {
|
||||
path("src/main/java")
|
||||
}
|
||||
|
||||
sourceDirectoriesTest {
|
||||
path("src/test/java")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
}
|
||||
|
||||
dependenciesTest {
|
||||
}
|
||||
|
||||
assemble {
|
||||
jar {
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
kobalt.version=1.0.6
|
||||
kobalt.version=1.0.30
|
Loading…
Add table
Add a link
Reference in a new issue