Attempting JDK 17 again

This commit is contained in:
Anuken 2021-09-22 18:01:04 -04:00 committed by GitHub
parent deca57c2d9
commit c92433c5f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,9 +17,9 @@ jobs:
git tag ${BNUM}
git config --global user.name "Build Uploader"
git push https://Anuken:${{ secrets.API_TOKEN_GITHUB }}@github.com/Anuken/MindustryBuilds ${BNUM}
- name: Set up JDK 16
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 16
java-version: 17
- name: Run unit tests
run: ./gradlew clean cleanTest test