Added cirlceci configuration.

This commit is contained in:
Erik C. Thauvin 2017-05-29 19:04:46 -07:00
parent 0e3604638b
commit 54822780ff
5 changed files with 21 additions and 12 deletions

View file

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