Added autoGitTag.
This commit is contained in:
parent
8788ee4658
commit
60f4a09815
1 changed files with 8 additions and 0 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.exec.Os
|
||||
|
@ -78,8 +79,15 @@ val p = project {
|
|||
mavenJars {}
|
||||
}
|
||||
|
||||
autoGitTag {
|
||||
enabled = true
|
||||
message = "Version $version"
|
||||
}
|
||||
|
||||
bintray {
|
||||
publish = true
|
||||
description = "Release version $version"
|
||||
vcsTag = version
|
||||
}
|
||||
|
||||
versionEye {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue