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 3b458c0 commit 3fc2102Copy full SHA for 3fc2102
.github/workflows/gradle.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up JDK 1.8
13
uses: actions/setup-java@v3
14
with:
15
- java-version: '8'
+ java-version: '11'
16
distribution: 'zulu'
17
- name: Build with Gradle
18
run: ./gradlew clean build
0 commit comments