Added examples to main build file.
This commit is contained in:
parent
c4a59b86c3
commit
f823f3be8c
14 changed files with 135 additions and 42 deletions
|
@ -1,10 +1,13 @@
|
|||
import com.beust.kobalt.*
|
||||
import com.beust.kobalt.plugin.application.application
|
||||
import com.beust.kobalt.plugin.packaging.assemble
|
||||
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
|
||||
|
||||
val bs = buildScript {
|
||||
//plugins(file("../kobaltBuild/libs/kobalt-exec-0.6.3.jar"))
|
||||
plugins("net.thauvin.erik:kobalt-exec:")
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
kobalt.version=1.0.3
|
||||
kobalt.version=1.0.5
|
Loading…
Add table
Add a link
Reference in a new issue