We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c7c3ce commit 9bac44eCopy full SHA for 9bac44e
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/setup-java@v2
20
with:
21
java-version: 17-ea
22
- distribution: temurin
+ distribution: zulu
23
cache: maven
24
- name: Install JDK and build project
25
run: ./mvnw verify -Pjava18
0 commit comments