We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40cbf4 commit 4fa833eCopy full SHA for 4fa833e
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: Set up JDK 1.8
11
uses: actions/setup-java@v1
12
with:
13
- java-version: 1.8
+ java-version: 11
14
- name: Grant execute permission for gradlew
15
run: chmod +x gradlew
16
- name: Check with Gradle
.github/workflows/release.yml
0 commit comments