Skip to content

Commit 66aec79

Browse files
committed
Update github action using JDK 17
1 parent a91ca61 commit 66aec79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/run-tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Set up JDK 17
2020
uses: actions/setup-java@v5
2121
with:
22+
distribution: 'oracle'
2223
java-version: '17'
2324
- name: Cache Maven packages
2425
uses: actions/cache@v4

0 commit comments

Comments
 (0)