We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fb86a8 commit a505b9bCopy full SHA for a505b9b
.github/workflows/ci.yml
@@ -26,11 +26,11 @@ jobs:
26
fetch-depth: 0
27
persist-credentials: false
28
29
- - name: Set up JDK 11
+ - name: Set up JDK 17
30
uses: actions/setup-java@v4
31
with:
32
distribution: 'zulu'
33
- java-version: '11'
+ java-version: '17'
34
35
- name: Setup Gradle
36
uses: gradle/gradle-build-action@v2
@@ -59,11 +59,11 @@ jobs:
59
- name: Checkout
60
uses: actions/checkout@v3
61
62
63
64
65
66
67
68
- name: Grant execute permission for Gradlew
69
run: chmod +x gradlew
0 commit comments