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 20df0d1 commit d208d1dCopy full SHA for d208d1d
gradle/publishing.gradle
@@ -41,7 +41,7 @@ jar {
41
'Created-By': System.properties['java.version'] + " (" + System.properties['java.vendor'] + " " + System.properties['java.vm.version'] + ")",
42
'Build-Date': project.buildDate,
43
'Build-Time': project.buildTime,
44
- 'Build-Revision': versioning.info.commit,
+// 'Build-Revision': versioning.info.commit,
45
'Specification-Title': project.name,
46
'Specification-Version': project.version,
47
'Implementation-Title': project.name,
@@ -119,4 +119,4 @@ bintray {
119
vcsTag = 'v' + publishing.versionId
120
}
121
122
-}
+}
0 commit comments