Skip to content

Commit c920b51

Browse files
authored
Update build.yml
1 parent df63906 commit c920b51

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,9 @@ jobs:
2525
- name: setup jdk ${{ matrix.java }}
2626
uses: actions/setup-java@v3
2727
with:
28+
distribution: 'temurin'
2829
java-version: ${{ matrix.java }}
29-
distribution: 'microsoft'
30+
cache: 'gradle'
3031
- name: make gradle wrapper executable
3132
if: ${{ runner.os != 'Windows' }}
3233
run: chmod +x ./gradlew

0 commit comments

Comments
 (0)