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

View file

@ -1 +1,2 @@
java -jar $(dirname $0)/kobalt/wrapper/kobalt-wrapper.jar $*
#!/usr/bin/env sh
java -jar "`dirname "$0"`/kobalt/wrapper/kobalt-wrapper.jar" $*

1
example/local.properties Normal file
View file

@ -0,0 +1 @@
maven-local-repo=K:/maven/repository