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 cedcf4f commit 4931101Copy full SHA for 4931101
build.gradle
@@ -209,7 +209,7 @@ jar {
209
"Specification-Vendor" : "",
210
"Specification-Version" : "1", // We are version 1 of ourselves
211
"Implementation-Title" : project.name,
212
- "Implementation-Version" : isRelease ? archiveVersion : "nightly-${gitCommitHash}",
+ "Implementation-Version" : version,
213
"Implementation-Vendor" : "",
214
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
215
])
0 commit comments