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 9714f94 commit 0d0c3b7Copy full SHA for 0d0c3b7
.github/workflows/ci.yml
@@ -16,10 +16,10 @@ jobs:
16
- uses: actions/checkout@main
17
with:
18
fetch-depth: 0
19
- - name: Set up JDK 11
+ - name: Set up JDK 17
20
uses: actions/setup-java@main
21
22
- java-version: '11'
+ java-version: '17'
23
distribution: 'temurin'
24
- name: Build with Gradle
25
uses: gradle/actions/setup-gradle@main
@@ -55,10 +55,10 @@ jobs:
55
56
57
58
59
60
61
62
63
64
0 commit comments