Testing autoGitTag.

This commit is contained in:
Erik C. Thauvin 2017-03-20 18:48:48 -07:00
parent f186d450d0
commit 91811dc7a6
2 changed files with 3 additions and 1 deletions

View file

@ -63,6 +63,7 @@ val p = project {
autoGitTag {
enabled = true
message = "Version $version"
annotated = true
}
bintray {