diff --git a/example/kobalt/src/Build.kt b/example/kobalt/src/Build.kt index 376e07e..8a957af 100644 --- a/example/kobalt/src/Build.kt +++ b/example/kobalt/src/Build.kt @@ -6,8 +6,8 @@ import net.thauvin.erik.kobalt.plugin.maven.local.* val repos = repos(localMaven()) -//val pl = plugins(file("../kobaltBuild/libs/kobalt-maven-local-0.5.0.jar")) -val pl = plugins("net.thauvin.erik:kobalt-maven-local:0.5.0") +val pl = plugins(file("../kobaltBuild/libs/kobalt-maven-local-0.5.0.jar")) +//val pl = plugins("net.thauvin.erik:kobalt-maven-local:0.5.0") val example = project { @@ -40,4 +40,4 @@ val example = project { application { mainClass = "com.example.Main" } -} \ No newline at end of file +} diff --git a/example/kobalt/wrapper/kobalt-wrapper.jar b/example/kobalt/wrapper/kobalt-wrapper.jar index 5059993..055a613 100644 Binary files a/example/kobalt/wrapper/kobalt-wrapper.jar and b/example/kobalt/wrapper/kobalt-wrapper.jar differ diff --git a/example/kobalt/wrapper/kobalt-wrapper.properties b/example/kobalt/wrapper/kobalt-wrapper.properties index 0d03c8c..5436766 100644 --- a/example/kobalt/wrapper/kobalt-wrapper.properties +++ b/example/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=0.869 \ No newline at end of file +kobalt.version=0.879 \ No newline at end of file diff --git a/kobalt-maven-local.ipr b/kobalt-maven-local.ipr index 8e617c8..e4c0764 100644 --- a/kobalt-maven-local.ipr +++ b/kobalt-maven-local.ipr @@ -128,7 +128,7 @@