Skip to content

Commit

Permalink
Try with jdk 19
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Aug 29, 2023
1 parent 0aa4db7 commit 10957cd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/desktop-macos-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17.0.6
java-version: 19

- uses: gradle/[email protected]
with:
Expand Down Expand Up @@ -78,10 +78,6 @@ jobs:
SENTRY_DNS: ${{ secrets.SENTRY_DNS }}
VERSION: ${{ steps.path_variables.outputs.VERSION }}

# TODO: temporary to debug errors
- name: Proguard
run: ./gradlew :desktopApp:proguardReleaseJars

- name: Create DMG
run: ./gradlew packageReleaseDmg --info

Expand Down

0 comments on commit 10957cd

Please sign in to comment.