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 -3
View File
@@ -22,9 +22,8 @@ on:
value: ${{ jobs.determine-version.outputs.type }}
env:
JAVA_VERSION: 20
JAVA_DIST: 'temurin'
JAVA_CACHE: 'maven'
JAVA_VERSION: 20
jobs:
determine-version:
@@ -44,7 +43,7 @@ jobs:
with:
distribution: ${{ env.JAVA_DIST }}
java-version: ${{ env.JAVA_VERSION }}
cache: ${{ env.JAVA_CACHE }}
cache: 'maven'
- id: versions
name: Get version information
run: |