Started implementing kobalt build for main project.
This commit is contained in:
parent
f11f9e7d4b
commit
770b3d5303
13 changed files with 270 additions and 620 deletions
|
@ -5,6 +5,8 @@ import com.beust.kobalt.project
|
|||
import java.io.FileInputStream
|
||||
import java.util.*
|
||||
|
||||
val repos = repos(localMaven())
|
||||
|
||||
fun StringBuilder.prepend(s: String): StringBuilder {
|
||||
if (this.length > 0) {
|
||||
this.insert(0, s)
|
||||
|
@ -12,7 +14,7 @@ fun StringBuilder.prepend(s: String): StringBuilder {
|
|||
return this
|
||||
}
|
||||
|
||||
val p = project {
|
||||
val example = project {
|
||||
|
||||
name = "example"
|
||||
|
||||
|
@ -53,6 +55,10 @@ val p = project {
|
|||
|
||||
}
|
||||
|
||||
install {
|
||||
libDir = "deploy"
|
||||
}
|
||||
|
||||
assemble {
|
||||
jar {
|
||||
manifest {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue