Skip to content

Commit

Permalink
Made a mistake in manifest...
Browse files Browse the repository at this point in the history
  • Loading branch information
XyperCode committed Jan 1, 2023
1 parent 503ad7a commit 9b62678
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jar {
"Implementation-Version" : project.jar.archiveVersion,
"Implementation-Vendor" : "Ultreon Team",
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
"Mixin-Configs" : "ultreonlib-common.mixins.json"
"Mixin-Configs" : "advanced-debug-common.mixins.json"
])
}
}
Expand Down
12 changes: 0 additions & 12 deletions merge-forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,6 @@ remapJar {

jar {
classifier "dev"
manifest {
attributes([
"Specification-Title" : "Ultreon Modding Lib",
"Specification-Vendor" : "Ultreon Team",
"Specification-Version" : "1", // We are version 1 of ourselves
"Implementation-Title" : project.name,
"Implementation-Version" : project.jar.archiveVersion,
"Implementation-Vendor" : "Ultreon Team",
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ"),
"Mixin-Configs" : "ultreonlib-common.mixins.json"
])
}
}

sourcesJar {
Expand Down

0 comments on commit 9b62678

Please sign in to comment.