We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdea95a commit 007c653Copy full SHA for 007c653
1 file changed
.github/workflows/gradle.yml
@@ -7,12 +7,12 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - uses: actions/checkout@v2
11
- - name: Set up JDK 17
12
- uses: actions/setup-java@v2
+ - uses: actions/checkout@v4
+ - name: Set up JDK 21
+ uses: actions/setup-java@v4
13
with:
14
distribution: temurin
15
- java-version: 17
+ java-version: 21
16
cache: gradle
17
- name: Build with Gradle
18
run: chmod a+x gradlew && ./gradlew build --no-daemon
0 commit comments