Skip to content

Commit d60345f

Browse files
authored
Update gradle.yml
1 parent c4ea3f9 commit d60345f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v4
2525
- name: Set up JDK 17
26-
uses: actions/setup-java@v4
27-
with:
28-
java-version: '17'
29-
distribution: 'temurin'
26+
uses: actions/setup-java@v3
27+
with:
28+
java-version: '21'
29+
distribution: 'temurin'
3030

3131
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
3232
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md

0 commit comments

Comments
 (0)