Added command line example.
Move repos() down.
This commit is contained in:
parent
b9ae264fb6
commit
e6238fbf90
2 changed files with 3 additions and 74 deletions
|
@ -3,9 +3,11 @@ import com.beust.kobalt.plugin.packaging.*
|
|||
import com.beust.kobalt.plugin.application.*
|
||||
import com.beust.kobalt.plugin.java.*
|
||||
|
||||
// ./kobaltw run --log 2
|
||||
|
||||
val bs = buildScript {
|
||||
repos(localMaven())
|
||||
plugins("net.thauvin.erik:kobalt-maven-local:")
|
||||
repos(localMaven())
|
||||
}
|
||||
|
||||
val example = project {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue