diff --git a/kobalt/wrapper/kobalt-wrapper.properties b/kobalt/wrapper/kobalt-wrapper.properties index 074312a1..0b629572 100644 --- a/kobalt/wrapper/kobalt-wrapper.properties +++ b/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=0.389 \ No newline at end of file +kobalt.version=0.390 \ No newline at end of file diff --git a/src/main/resources/kobalt.properties b/src/main/resources/kobalt.properties index cb5860ff..4474dfa7 100644 --- a/src/main/resources/kobalt.properties +++ b/src/main/resources/kobalt.properties @@ -1 +1 @@ -kobalt.version=0.389 +kobalt.version=0.390 diff --git a/tmp/Build.kt b/tmp/Build.kt index bc7f53f2..c7761c88 100644 --- a/tmp/Build.kt +++ b/tmp/Build.kt @@ -12,7 +12,7 @@ import com.beust.kobalt.plugin.kotlin.kotlinCompiler import com.beust.kobalt.plugin.kotlin.kotlinProject import com.beust.kobalt.plugin.packaging.assemble import com.beust.kobalt.plugin.publish.github -import com.beust.kobalt.plugin.publish.jcenter +import com.beust.kobalt.plugin.publish.bintray import com.beust.kobalt.repos import com.beust.kobalt.test import java.io.File @@ -102,7 +102,7 @@ val kobaltPluginApi = kotlinProject { args("-nowarn") } - jcenter { + bintray { publish = true } } @@ -156,7 +156,7 @@ val kobaltApp = kotlinProject(kobaltPluginApi, wrapper) { args("-nowarn") } - jcenter { + bintray { publish = true }