Version 0.7.0

This commit is contained in:
Erik C. Thauvin 2017-04-30 16:14:03 -07:00
parent 182b975b85
commit b0e025206b
2 changed files with 3 additions and 3 deletions

View file

@ -9,8 +9,8 @@ import net.thauvin.erik.kobalt.plugin.exec.*
// ./kobaltw ps --log 2
val bs = buildScript {
repos(file("K:/maven/repository"))
plugins("net.thauvin.erik:kobalt-exec:0.6.6")
//repos(file("K:/maven/repository"))
plugins("net.thauvin.erik:kobalt-exec:")
}
val example = project {