Skip to content

Commit 0676e4e

Browse files
authored
Specify Corretto distribution for JDK setup
1 parent 99ae844 commit 0676e4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ jobs:
1818
uses: actions/setup-java@v5
1919
with:
2020
java-version: 1.8
21+
distribution: 'corretto'
2122
- name: Build and test with Maven
2223
run: mvn test -Ptest-output

0 commit comments

Comments
 (0)