Updated to Kobalt 1.0.19
This commit is contained in:
parent
5696c9bf8f
commit
f22698e2e2
5 changed files with 836 additions and 823 deletions
|
@ -3,6 +3,7 @@ import com.beust.kobalt.file
|
|||
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
|
||||
|
@ -73,8 +74,15 @@ val p = project {
|
|||
mavenJars {}
|
||||
}
|
||||
|
||||
autoGitTag {
|
||||
enabled = true
|
||||
message = "Version $version"
|
||||
}
|
||||
|
||||
bintray {
|
||||
publish = true
|
||||
description = "Release version $version"
|
||||
vcsTag = version
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
kobalt.version=1.0.6
|
||||
kobalt.version=1.0.19
|
Loading…
Add table
Add a link
Reference in a new issue