We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29e2a6a commit eadbac3Copy full SHA for eadbac3
build.gradle
@@ -42,7 +42,7 @@ gitVersioning.apply {
42
branch('.+') {
43
version = '${ref}-SNAPSHOT'
44
}
45
- tag('v(?<version>.*)') {
+ tag('^v?(?<version>\\d+\\.\\d+\\.\\d+)$') {
46
version = '${ref.version}'
47
48
0 commit comments