Publish update to libzontreck with fixed version number

This commit is contained in:
Aria 2023-03-06 01:55:47 -07:00
parent ede19b0572
commit 1378a6fb21
2 changed files with 6 additions and 6 deletions

View file

@ -151,9 +151,9 @@ jar {
attributes([ attributes([
"Specification-Title" : project.name, "Specification-Title" : project.name,
"Specification-Vendor" : "zontreck", "Specification-Vendor" : "zontreck",
"Specification-Version" : "1", // We are version 1 of ourselves "Specification-Version": "${myversion}",
"Implementation-Title" : project.name, "Implementation-Title": project.name,
"Implementation-Version" : version, "Implementation-Version": "${myversion}",
"Implementation-Vendor" : "zontreck", "Implementation-Vendor" : "zontreck",
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ") "Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
]) ])
@ -174,9 +174,9 @@ task devJar(type: Jar) {
attributes([ attributes([
"Specification-Title": project.name, "Specification-Title": project.name,
"Specification-Vendor": "zontreck", "Specification-Vendor": "zontreck",
"Specification-Version": "1", "Specification-Version": "${myversion}",
"Implementation-Title": project.name, "Implementation-Title": project.name,
"Implementation-Version": version, "Implementation-Version": "${myversion}",
"Implementation-Vendor": "zontreck", "Implementation-Vendor": "zontreck",
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ") "Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
]) ])

View file

@ -5,5 +5,5 @@ org.gradle.daemon=false
mc_version=1.18.2 mc_version=1.18.2
forge_version=40.2.1 forge_version=40.2.1
myversion=1.0.5.0305231539 myversion=1.0.5.0306230154
parchment_version=2022.11.06 parchment_version=2022.11.06