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