Skip to content

Commit 73f28b3

Browse files
committed
Fixing Build for Tagged Versions
1 parent ba5e48f commit 73f28b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ext.pluginBaseFolder = "."
1818
scmVersion {
1919
ignoreUncommittedChanges = true
2020
tag {
21-
prefix = ''
21+
prefix = 'v'
2222
versionSeparator = ''
2323
def origDeserialize=deserialize
2424
//apend .0 to satisfy semver if the tag version is only X.Y

0 commit comments

Comments
 (0)