Skip to content

Commit be04212

Browse files
Gradle Upgrade -> 9 and Java Upgrade -> 25
1 parent ebfcf20 commit be04212

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4
3030

31-
- name: Set up JDK 21 with Amazon Corretto
31+
- name: Set up JDK 25 with Amazon Corretto
3232
uses: actions/setup-java@v4
3333
with:
3434
java-version: '25'
@@ -56,10 +56,10 @@ jobs:
5656
steps:
5757
- uses: actions/checkout@v4
5858

59-
- name: Set up JDK 21 with Amazon Corretto
59+
- name: Set up JDK 25 with Amazon Corretto
6060
uses: actions/setup-java@v4
6161
with:
62-
java-version: '21'
62+
java-version: '25'
6363
distribution: 'corretto'
6464

6565
# Generates and submits a dependency graph, enabling Dependabot Alerts for all project dependencies.

0 commit comments

Comments
 (0)