We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5e48f commit 73f28b3Copy full SHA for 73f28b3
build.gradle
@@ -18,7 +18,7 @@ ext.pluginBaseFolder = "."
18
scmVersion {
19
ignoreUncommittedChanges = true
20
tag {
21
- prefix = ''
+ prefix = 'v'
22
versionSeparator = ''
23
def origDeserialize=deserialize
24
//apend .0 to satisfy semver if the tag version is only X.Y
0 commit comments