Version 0.6.2
This commit is contained in:
parent
f2a2ad9c04
commit
ef73af3fbf
2 changed files with 5 additions and 5 deletions
|
@ -6,8 +6,8 @@ import net.thauvin.erik.kobalt.plugin.exec.*
|
|||
|
||||
val repos = repos("https://dl.bintray.com/ethauvin/maven/")
|
||||
|
||||
//val pl = plugins(file("../kobaltBuild/libs/kobalt-exec-0.6.1.jar"))
|
||||
val pl = plugins("net.thauvin.erik:kobalt-exec:0.6.1")
|
||||
//val pl = plugins(file("../kobaltBuild/libs/kobalt-exec-0.6.2.jar"))
|
||||
val pl = plugins("net.thauvin.erik:kobalt-exec:0.6.2")
|
||||
|
||||
val example = project {
|
||||
|
||||
|
@ -56,4 +56,4 @@ val example2 = project {
|
|||
commandLine(listOf("cmd", "/c", "tasklist | find \"cmd.exe\""), os = setOf(Os.WINDOWS), fail = setOf(Fail.NONE))
|
||||
commandLine(listOf("/bin/sh", "-c", "ps aux | grep bash"), os = setOf(Os.LINUX))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue