Skip to content

Commit

Permalink
feat: use 1.8.0_202
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Nov 20, 2024
1 parent f4ae754 commit 833fe36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/client/sign.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async function signAllFiles(srcPath) {
execSync(`jar -cMf0 ${file} -C ${tempDir} .`, {
env: {
...process.env,
JAVA_HOME: "`/usr/libexec/java_home -v 1.8`"
JAVA_HOME: "`/usr/libexec/java_home -v 1.8.0_202`"
}
})
} else {
Expand Down

0 comments on commit 833fe36

Please sign in to comment.