We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ae844 commit 0676e4eCopy full SHA for 0676e4e
1 file changed
.github/workflows/maven.yml
@@ -18,5 +18,6 @@ jobs:
18
uses: actions/setup-java@v5
19
with:
20
java-version: 1.8
21
+ distribution: 'corretto'
22
- name: Build and test with Maven
23
run: mvn test -Ptest-output
0 commit comments