Skip to content

Commit 4931101

Browse files
committed
Update version in manifest (fix build number)
1 parent cedcf4f commit 4931101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jar {
209209
"Specification-Vendor" : "",
210210
"Specification-Version" : "1", // We are version 1 of ourselves
211211
"Implementation-Title" : project.name,
212-
"Implementation-Version" : isRelease ? archiveVersion : "nightly-${gitCommitHash}",
212+
"Implementation-Version" : version,
213213
"Implementation-Vendor" : "",
214214
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
215215
])

0 commit comments

Comments
 (0)