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 5c84301 commit 6154a4dCopy full SHA for 6154a4d
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/setup-java@v2
17
with:
18
distribution: 'zulu'
19
- java-version: '8'
+ java-version: '11'
20
21
- name: Make gradlew executable
22
run: chmod +x ./gradlew
0 commit comments