Switch GHA JDK to Azul to avoid Gradle downloading it from upstream (#23)

Matching <https://github.com/GTNewHorizons/ExampleMod1.7.10/pull/146>
This commit is contained in:
Raven Szewczyk 2023-03-05 08:02:17 +00:00 committed by GitHub
parent 75b3e1e8c0
commit e45a8514ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ jobs:
java-version: |
8
17
distribution: 'temurin'
distribution: 'zulu'
cache: gradle
- name: Grant execute permission for gradlew

View File

@ -39,7 +39,7 @@ jobs:
java-version: |
8
17
distribution: 'temurin'
distribution: 'zulu'
cache: gradle
- name: Grant execute permission for gradlew