Publish update to libzontreck with fixed version number
This commit is contained in:
parent
ede19b0572
commit
1378a6fb21
2 changed files with 6 additions and 6 deletions
10
build.gradle
10
build.gradle
|
@ -151,9 +151,9 @@ jar {
|
|||
attributes([
|
||||
"Specification-Title" : project.name,
|
||||
"Specification-Vendor" : "zontreck",
|
||||
"Specification-Version" : "1", // We are version 1 of ourselves
|
||||
"Implementation-Title" : project.name,
|
||||
"Implementation-Version" : version,
|
||||
"Specification-Version": "${myversion}",
|
||||
"Implementation-Title": project.name,
|
||||
"Implementation-Version": "${myversion}",
|
||||
"Implementation-Vendor" : "zontreck",
|
||||
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
|
||||
])
|
||||
|
@ -174,9 +174,9 @@ task devJar(type: Jar) {
|
|||
attributes([
|
||||
"Specification-Title": project.name,
|
||||
"Specification-Vendor": "zontreck",
|
||||
"Specification-Version": "1",
|
||||
"Specification-Version": "${myversion}",
|
||||
"Implementation-Title": project.name,
|
||||
"Implementation-Version": version,
|
||||
"Implementation-Version": "${myversion}",
|
||||
"Implementation-Vendor": "zontreck",
|
||||
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
|
||||
])
|
||||
|
|
|
@ -5,5 +5,5 @@ org.gradle.daemon=false
|
|||
|
||||
mc_version=1.18.2
|
||||
forge_version=40.2.1
|
||||
myversion=1.0.5.0305231539
|
||||
myversion=1.0.5.0306230154
|
||||
parchment_version=2022.11.06
|
||||
|
|
Reference in a new issue