diff --git a/.github/workflows/appimage-amd64.yml b/.github/workflows/appimage-amd64.yml index 99096c0a0..d67140307 100644 --- a/.github/workflows/appimage-amd64.yml +++ b/.github/workflows/appimage-amd64.yml @@ -32,7 +32,6 @@ jobs: with: distribution: ${{ env.JAVA_DIST }} java-version: ${{ env.JAVA_VERSION }} - java-package: 'jdk+fx' check-latest: true cache: 'maven' diff --git a/.github/workflows/win-exe.yml b/.github/workflows/win-exe.yml index 07b0146ac..066b7d49e 100644 --- a/.github/workflows/win-exe.yml +++ b/.github/workflows/win-exe.yml @@ -43,7 +43,6 @@ jobs: with: distribution: ${{ env.JAVA_DIST }} java-version: ${{ env.JAVA_VERSION }} - java-package: 'jdk' check-latest: true cache: 'maven' - name: Download and extract JavaFX jmods from Gluon @@ -248,7 +247,7 @@ jobs: distribution: ${{ env.JAVA_DIST }} java-version: ${{ env.JAVA_VERSION }} check-latest: true - cache: ${{ env.JAVA_CACHE }} + cache: 'maven' - name: Generate license for exe run: > mvn -B license:add-third-party