Moved code from apply {} to init {}

This commit is contained in:
Erik C. Thauvin 2016-07-20 18:30:44 -07:00
parent ac373c53d1
commit feebc92d57
9 changed files with 38 additions and 12 deletions

View file

@ -11,6 +11,8 @@ val pl = plugins(file("../kobaltBuild/libs/kobalt-maven-local-0.4.0-beta.jar"))
val example = project {
//println(">>> LOCAL MAVEN REPO: " + localMaven())
name = "example"
group = "com.example"
artifactId = name

View file

@ -1 +1 @@
kobalt.version=0.861
kobalt.version=0.862