From 888bf04ec25b01349d31cad3cc64149d52438110 Mon Sep 17 00:00:00 2001 From: Sebastian Stenzel Date: Wed, 6 Sep 2023 13:01:41 +0200 Subject: [PATCH] fix workflow files --- .github/workflows/appimage-amd64.yml | 1 - .github/workflows/win-exe.yml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) 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