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