harmonize workflow files

in regards to JDK distribution and OpenJFX downloads
This commit is contained in:
Sebastian Stenzel
2023-09-06 12:57:41 +02:00
parent 2bb1b09789
commit e65a57bba9
8 changed files with 53 additions and 32 deletions
+2 -1
View File
@@ -4,6 +4,7 @@ on:
pull_request:
env:
JAVA_DIST: 'temurin'
JAVA_VERSION: 20
defaults:
@@ -19,7 +20,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
distribution: ${{ env.JAVA_DIST }}
java-version: ${{ env.JAVA_VERSION }}
cache: 'maven'
- name: Build and Test