Updated to Kobalt 1.0.19
This commit is contained in:
parent
5737c995da
commit
e7b6b1f4a5
2 changed files with 9 additions and 1 deletions
|
@ -4,6 +4,7 @@ import com.beust.kobalt.localMaven
|
||||||
import com.beust.kobalt.misc.kobaltLog
|
import com.beust.kobalt.misc.kobaltLog
|
||||||
import com.beust.kobalt.plugin.application.application
|
import com.beust.kobalt.plugin.application.application
|
||||||
import com.beust.kobalt.plugin.packaging.assemble
|
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.plugin.publish.bintray
|
||||||
import com.beust.kobalt.project
|
import com.beust.kobalt.project
|
||||||
import net.thauvin.erik.kobalt.plugin.versioneye.versionEye
|
import net.thauvin.erik.kobalt.plugin.versioneye.versionEye
|
||||||
|
@ -82,8 +83,15 @@ val p = project {
|
||||||
mavenJars {}
|
mavenJars {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
autoGitTag {
|
||||||
|
enabled = true
|
||||||
|
message = "Version $version"
|
||||||
|
}
|
||||||
|
|
||||||
bintray {
|
bintray {
|
||||||
publish = true
|
publish = true
|
||||||
|
description = "Release version $version"
|
||||||
|
vcsTag = version
|
||||||
}
|
}
|
||||||
|
|
||||||
versionEye {
|
versionEye {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
kobalt.version=1.0.12
|
kobalt.version=1.0.19
|
Loading…
Add table
Add a link
Reference in a new issue