Skip to content

Commit ca744be

Browse files
Set prefix to empty string for scm version tags
1 parent 142aeda commit ca744be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ plugins {
1717
id 'pl.allegro.tech.build.axion-release' version '1.12.0'
1818
}
1919

20+
scmVersion {
21+
tag {
22+
prefix = ""
23+
}
24+
}
25+
2026
allprojects {
2127

2228
group 'dev.michallaskowski.mokttp'

0 commit comments

Comments
 (0)