Skip to content

Commit 5f3ca5d

Browse files
authored
Update issue714.yml
1 parent 77cadb7 commit 5f3ca5d

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/issue714.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,9 @@ jobs:
1414
- name: Set up JDK 17
1515
uses: actions/setup-java@v4
1616
with:
17-
distribution: 'zulu'
17+
distribution: 'Temurin'
1818
java-version: '17'
1919

20-
- name: Cache Gradle packages
21-
uses: actions/cache@v4
22-
with:
23-
path: |
24-
~/.gradle/caches
25-
~/.gradle/wrapper/
26-
key: ${{ runner.os }}-gradle-v1-${{ hashFiles('**/build.gradle', '**/build.gradle.kts', '**/settings.gradle', '**/settings.gradle.kts', '**/gradle.lockfile') }}
27-
restore-keys: |
28-
${{ runner.os }}-gradle-v1-
2920

3021
- name: Grant execute permission for Gradle Wrapper
3122
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)