mirror of
https://github.com/GTNewHorizons/GTNH-Actions-Workflows.git
synced 2025-07-05 20:01:32 +02:00
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:
parent
75b3e1e8c0
commit
e45a8514ea
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
|||||||
java-version: |
|
java-version: |
|
||||||
8
|
8
|
||||||
17
|
17
|
||||||
distribution: 'temurin'
|
distribution: 'zulu'
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
|
2
.github/workflows/release-tags.yml
vendored
2
.github/workflows/release-tags.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
|||||||
java-version: |
|
java-version: |
|
||||||
8
|
8
|
||||||
17
|
17
|
||||||
distribution: 'temurin'
|
distribution: 'zulu'
|
||||||
cache: gradle
|
cache: gradle
|
||||||
|
|
||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
|
Loading…
x
Reference in New Issue
Block a user