diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index 455eef2..4de088d 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -4,19 +4,20 @@ import com.beust.kobalt.plugin.packaging.* import com.beust.kobalt.plugin.application.* import com.beust.kobalt.plugin.kotlin.* -// ./kobaltw run -// ./kobaltw java:run +// ./kobaltw run runJava val bs = buildScript { repos(file("K:/maven/repository")) } -val kotlin_version = "1.1.1" +val kotlin_version = "1.1.2" val processorJar = "net.thauvin.erik:semver:0.9.7" +// ./kobalt run runJava + val p = project { - name = "semver-example-kotlin" + name = "example" group = "com.example" artifactId = name version = "0.1" @@ -44,16 +45,9 @@ val p = project { application { mainClass = "com.example.Main" } -} - -val java = project(p) { - name = "java" - - kapt { - // needed - } application { + taskName = "runJava" mainClass = "com.example.Example" } } \ No newline at end of file diff --git a/kobalt/wrapper/kobalt-wrapper.properties b/kobalt/wrapper/kobalt-wrapper.properties index 47c86e8..518ed5f 100644 --- a/kobalt/wrapper/kobalt-wrapper.properties +++ b/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=1.0.74 \ No newline at end of file +kobalt.version=1.0.78 \ No newline at end of file