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.
2 parents 451c94b + 1a06965 commit 9d5c6f0Copy full SHA for 9d5c6f0
2 files changed
.github/workflows/gradle.yml
@@ -17,10 +17,10 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- uses: actions/checkout@v4.1.5
20
- - name: Set up JDK 17
+ - name: Set up JDK 21
21
uses: actions/setup-java@v4.2.1
22
with:
23
- java-version: 17
+ java-version: 21
24
distribution: 'zulu'
25
- name: Grant execute permission for gradlew
26
run: chmod +x gradlew
.github/workflows/pull_request.yml
@@ -11,10 +11,10 @@ jobs:
11
12
13
14
15
16
0 commit comments