We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1940c commit ed6d30dCopy full SHA for ed6d30d
gradle/scripts/tagging.gradle
@@ -1,7 +1,7 @@
1
new ByteArrayOutputStream().withStream { os ->
2
3
exec {
4
- commandLine 'git', 'describe'
+ commandLine 'git', 'describe', '--abbrev=0', '--tags'
5
standardOutput = os
6
}
7
0 commit comments