Updated to Kobalt 0.882
This commit is contained in:
parent
4c25c756f5
commit
c4baf11bcd
13 changed files with 38 additions and 40 deletions
|
@ -11,9 +11,9 @@ import java.io.FileInputStream
|
|||
import java.util.*
|
||||
import net.thauvin.erik.kobalt.plugin.exec.*
|
||||
|
||||
val repos = repos(localMaven())
|
||||
//val repos = repos(localMaven())
|
||||
|
||||
val pl = plugins("net.thauvin.erik:kobalt-exec:0.6.0-beta")
|
||||
val pl = plugins("net.thauvin.erik:kobalt-exec:0.6.2")
|
||||
|
||||
fun StringBuilder.prepend(s: String): StringBuilder {
|
||||
if (this.length > 0) {
|
||||
|
@ -82,7 +82,6 @@ val semver = project {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
val example = project {
|
||||
|
||||
name = "example"
|
||||
|
@ -90,7 +89,7 @@ val example = project {
|
|||
version = versionFor(directory)
|
||||
|
||||
val mainClassName = "net.thauvin.erik.semver.example.Example"
|
||||
val processorJar = "net.thauvin.erik:semver:0.9.6-beta"
|
||||
val processorJar = "net.thauvin.erik:semver:0.9.7"
|
||||
|
||||
sourceDirectories {
|
||||
path("src/main/java")
|
||||
|
@ -124,4 +123,4 @@ val example = project {
|
|||
application {
|
||||
mainClass = mainClassName
|
||||
}
|
||||
}
|
||||
}
|
Binary file not shown.
|
@ -1 +1 @@
|
|||
kobalt.version=0.867
|
||||
kobalt.version=0.889
|
Loading…
Add table
Add a link
Reference in a new issue