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 bb9ab12 commit 8fdddd6Copy full SHA for 8fdddd6
.github/workflows/gradle.yml
@@ -27,10 +27,10 @@ jobs:
27
28
steps:
29
- uses: actions/checkout@v2
30
- - name: Set up JDK 1.8
+ - name: Set up JDK 1.11
31
uses: actions/setup-java@v1
32
with:
33
- java-version: 1.8
+ java-version: 1.11
34
- name: Grant execute permission for gradlew
35
run: chmod +x gradlew
36
- name: Compile and checkstyle with Gradle
@@ -42,10 +42,10 @@ jobs:
42
43
44
45
46
47
48
49
50
51
- name: Journey test
0 commit comments