Skip to content

Commit b2a90a0

Browse files
committed
Fix scmVersion prefix for JitPack compatibility
1 parent 1c8417c commit b2a90a0

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
@@ -20,7 +20,7 @@ ext.pluginBaseFolder = "."
2020
scmVersion {
2121
ignoreUncommittedChanges = true
2222
tag {
23-
prefix = ''
23+
prefix = 'v'
2424
versionSeparator = ''
2525
def origDeserialize=deserialize
2626

0 commit comments

Comments
 (0)