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 08a200c commit 4f4436eCopy full SHA for 4f4436e
.github/workflows/gradle.yml
@@ -13,5 +13,6 @@ jobs:
13
uses: actions/setup-java@v3
14
with:
15
java-version: 1.8
16
+ distribution: 'zulu'
17
- name: Build with Gradle
18
run: ./gradlew clean build
0 commit comments