Skip to content

Commit 7706a62

Browse files
Merge pull request #6 from michallaskowski/fix-version-tag-reading
Set prefix to empty string for scm version tags
2 parents 142aeda + ca744be commit 7706a62

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)