Added examples to main build file.
This commit is contained in:
parent
4453f0f928
commit
6d86d5022a
10 changed files with 498 additions and 457 deletions
|
@ -2,17 +2,15 @@ import com.beust.kobalt.*
|
|||
import com.beust.kobalt.plugin.packaging.*
|
||||
import com.beust.kobalt.plugin.application.*
|
||||
import com.beust.kobalt.plugin.java.*
|
||||
import net.thauvin.erik.kobalt.plugin.maven.local.*
|
||||
|
||||
val bs = buildScript {
|
||||
repos(localMaven())
|
||||
//plugins(file("../kobaltBuild/libs/kobalt-maven-local-0.5.2.jar"))
|
||||
plugins("net.thauvin.erik:kobalt-maven-local:")
|
||||
}
|
||||
|
||||
val example = project {
|
||||
|
||||
//println(">>> LOCAL MAVEN REPO: " + localMaven())
|
||||
// println(" >>> LOCAL MAVEN REPO: " + localMaven())
|
||||
|
||||
name = "example"
|
||||
group = "com.example"
|
||||
|
|
|
@ -1 +1 @@
|
|||
kobalt.version=1.0.3
|
||||
kobalt.version=1.0.5
|
Loading…
Add table
Add a link
Reference in a new issue