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.
2 parents a4c615b + c7c5f97 commit 9090887Copy full SHA for 9090887
.github/workflows/publish.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/setup-java@v2
18
with:
19
java-version: '8'
20
- distribution: 'adopt'
+ distribution: 'zulu'
21
- name: Grant execute permission for gradlew
22
run: chmod +x gradlew
23
- name: Build with Gradle
0 commit comments