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 bd0dfa6 commit f1dbf5aCopy full SHA for f1dbf5a
2 files changed
.github/workflows/ci.yml
@@ -19,10 +19,10 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
22
- - name: set up JDK 11
+ - name: set up JDK 17
23
uses: actions/setup-java@v4
24
with:
25
- java-version: '11'
+ java-version: '17'
26
distribution: 'temurin'
27
28
- name: Cache Gradle dependencies
.github/workflows/docs.yml
@@ -15,10 +15,10 @@ jobs:
15
16
17
18
0 commit comments