Skip to content

Commit dd3d148

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

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/gradle.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222

2323
steps:
2424
- uses: actions/checkout@v4
25-
- name: Set up JDK 17
26-
uses: actions/setup-java@v4
27-
with:
28-
java-version: '17'
29-
distribution: 'temurin'
25+
- name: Set up JDK 21
26+
uses: actions/setup-java@v4
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
@@ -55,11 +55,11 @@ jobs:
5555

5656
steps:
5757
- uses: actions/checkout@v4
58-
- name: Set up JDK 17
59-
uses: actions/setup-java@v4
60-
with:
61-
java-version: '17'
62-
distribution: 'temurin'
58+
- name: Set up JDK 21
59+
uses: actions/setup-java@v4
60+
with:
61+
java-version: '21'
62+
distribution: 'temurin'
6363

6464
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.
6565
# See: https://github.com/gradle/actions/blob/main/dependency-submission/README.md

0 commit comments

Comments
 (0)