Skip to content

Commit

Permalink
move SignJar later
Browse files Browse the repository at this point in the history
  • Loading branch information
zlainsama committed Apr 29, 2024
1 parent cc4917d commit 4816cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jar {
}
}

jar.doLast {
remapJar.doLast {
if (System.getenv('SIGNJAR_KEYSTORE') != null) {
def keystore = File.createTempFile('keystore-', '.jks', getTemporaryDir()).toString()

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ minecraft_version=1.20.5
yarn_mappings=1.20.5+build.1
loader_version=0.15.10
# Mod Properties
mod_version=1.20.5-v1-fabric
mod_version=1.20.5-v1a-fabric
maven_group=lain.mods.cleanview
archives_base_name=cleanview
# Dependencies
Expand Down

0 comments on commit 4816cf0

Please sign in to comment.