Added circleci configuration.

This commit is contained in:
Erik C. Thauvin 2017-05-29 18:37:13 -07:00
parent dc99641c3e
commit 9d5b969dd9
4 changed files with 18 additions and 5 deletions

View file

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