From e7b6b1f4a5a68eda06813b04978e087974f81fad Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Tue, 21 Mar 2017 15:22:59 -0700 Subject: [PATCH] Updated to Kobalt 1.0.19 --- kobalt/src/Build.kt | 8 ++++++++ kobalt/wrapper/kobalt-wrapper.properties | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/kobalt/src/Build.kt b/kobalt/src/Build.kt index a5d2421..1920cc5 100644 --- a/kobalt/src/Build.kt +++ b/kobalt/src/Build.kt @@ -4,6 +4,7 @@ import com.beust.kobalt.localMaven import com.beust.kobalt.misc.kobaltLog import com.beust.kobalt.plugin.application.application import com.beust.kobalt.plugin.packaging.assemble +import com.beust.kobalt.plugin.publish.autoGitTag import com.beust.kobalt.plugin.publish.bintray import com.beust.kobalt.project import net.thauvin.erik.kobalt.plugin.versioneye.versionEye @@ -82,8 +83,15 @@ val p = project { mavenJars {} } + autoGitTag { + enabled = true + message = "Version $version" + } + bintray { publish = true + description = "Release version $version" + vcsTag = version } versionEye { diff --git a/kobalt/wrapper/kobalt-wrapper.properties b/kobalt/wrapper/kobalt-wrapper.properties index 26487e7..51854da 100644 --- a/kobalt/wrapper/kobalt-wrapper.properties +++ b/kobalt/wrapper/kobalt-wrapper.properties @@ -1 +1 @@ -kobalt.version=1.0.12 \ No newline at end of file +kobalt.version=1.0.19 \ No newline at end of file