Prep for 0.5.3 release.
This commit is contained in:
parent
2cd3c64cad
commit
11e3fc02fc
4 changed files with 19 additions and 18 deletions
|
@ -3,12 +3,12 @@ import com.beust.kobalt.plugin.packaging.*
|
|||
import com.beust.kobalt.plugin.application.*
|
||||
import com.beust.kobalt.plugin.java.*
|
||||
|
||||
// ./kobaltw run --log 2
|
||||
// ./kobaltw run
|
||||
// ./kobaltw puslishToMavenLocal
|
||||
|
||||
val bs = buildScript {
|
||||
//plugins(file("../libs/kobalt-maven-local-0.5.2.jar"))
|
||||
//repos(file("K:/maven/repository"))
|
||||
plugins("net.thauvin.erik:kobalt-maven-local:")
|
||||
repos(localMaven())
|
||||
}
|
||||
|
||||
val example = project {
|
||||
|
@ -26,4 +26,4 @@ val example = project {
|
|||
application {
|
||||
mainClass = "com.example.Main"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue