We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a860eeb commit 7d72e44Copy full SHA for 7d72e44
.github/workflows/java.yml
@@ -59,7 +59,7 @@ jobs:
59
uses: actions/setup-java@v4
60
with:
61
java-version: ${{ matrix.jdk }}
62
- distribution: 'temurin'
+ distribution: 'zulu'
63
64
- name: Grant execute permission for gradlew
65
run: chmod +x gradlew
0 commit comments