From f7be0ef52befe6591af655fa75f225e730329bf8 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Fri, 8 Jan 2016 23:34:12 +0400 Subject: [PATCH] 0.390. --- kobalt/wrapper/kobalt-wrapper.properties | 2 +- src/main/resources/kobalt.properties | 2 +- tmp/Build.kt | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) 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 }