Setup RFG JDK versions (#22)

Run gradle with jdk 17 for RFG+Jabel mods
This commit is contained in:
Raven Szewczyk 2023-02-01 10:32:41 +00:00 committed by GitHub
parent 8672765510
commit 75b3e1e8c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

@ -37,10 +37,12 @@ jobs:
path: .gtnh-workflows
fetch-depth: 0
- name: Set up JDK 8
- name: Set up JDK 8 and 17
uses: actions/setup-java@v3
with:
java-version: '8'
java-version: |
8
17
distribution: 'temurin'
cache: gradle

View File

@ -33,10 +33,12 @@ jobs:
- name: Set release version
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Set up JDK 8
- name: Set up JDK 8 and 17
uses: actions/setup-java@v3
with:
java-version: '8'
java-version: |
8
17
distribution: 'temurin'
cache: gradle