We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0a47b commit 74f6908Copy full SHA for 74f6908
1 file changed
.github/workflows/gradle.yml
@@ -30,7 +30,8 @@ jobs:
30
- name: Set up JDK 1.11
31
uses: actions/setup-java@v2
32
with:
33
- java-version: 1.11
+ java-version: 11
34
+ distribution: 'adopt'
35
- name: Grant execute permission for gradlew
36
run: chmod +x gradlew
37
- name: Compile and checkstyle with Gradle
@@ -45,7 +46,8 @@ jobs:
45
46
47
48
49
50
51
52
53
- name: Journey test
0 commit comments