Skip to content

Commit 8e6e008

Browse files
committed
Fix actions/setup-java config
1 parent 12a4ee7 commit 8e6e008

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
- name: Set Up JDK
2626
uses: actions/setup-java@v4
2727
with:
28+
distribution: 'temurin'
2829
java-version: '21'
30+
cache: 'gradle'
2931

3032
- name: Run Tests
3133
run: ./gradlew test

0 commit comments

Comments
 (0)