Skip to content

Commit

Permalink
upgrade java to 22.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
craigraw committed Aug 9, 2024
1 parent 62e98b0 commit 5db3096
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up JDK 18.0.1
- name: Set up JDK 22.0.2
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '18.0.1'
java-version: '22.0.2'
- name: Show Build Versions
run: ./gradlew -v
- name: Build with Gradle
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jlink {
uses 'org.eclipse.jetty.http.HttpFieldPreEncoder'
}

options = ['--strip-native-commands', '--strip-java-debug-attributes', '--compress', '2', '--no-header-files', '--no-man-pages', '--ignore-signing-information', '--exclude-files', '**.png', '--exclude-resources', 'glob:/com.sparrowwallet.merged.module/META-INF/*']
options = ['--strip-native-commands', '--strip-java-debug-attributes', '--compress', 'zip-6', '--no-header-files', '--no-man-pages', '--ignore-signing-information', '--exclude-files', '**.png', '--exclude-resources', 'glob:/com.sparrowwallet.merged.module/META-INF/*']
launcher {
name = 'sparrow'
jvmArgs = ["--add-opens=javafx.graphics/com.sun.javafx.css=org.controlsfx.controls",
Expand Down

0 comments on commit 5db3096

Please sign in to comment.