Moved code from apply {} to init {}
This commit is contained in:
parent
ac373c53d1
commit
feebc92d57
9 changed files with 38 additions and 12 deletions
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
kobalt.version=0.861
|
||||
kobalt.version=0.862
|
|
@ -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
1
example/local.properties
Normal file
|
@ -0,0 +1 @@
|
|||
maven-local-repo=K:/maven/repository
|
Loading…
Add table
Add a link
Reference in a new issue