Skip to content

Commit 49d4146

Browse files
committed
CI: JDK 21 -> 25
1 parent 2fbed64 commit 49d4146

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/gradle-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919

2020
steps:
2121
- uses: actions/checkout@v4
22-
- name: Set up JDK 21
22+
- name: Set up JDK 25
2323
uses: actions/setup-java@v4
2424
with:
25-
java-version: '21'
25+
java-version: '25'
2626
distribution: 'temurin'
2727
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
2828
settings-path: ${{ github.workspace }} # location for the settings.xml file

.github/workflows/gradle.yml

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

2323
steps:
2424
- uses: actions/checkout@v5
25-
- name: Set up JDK 21
25+
- name: Set up JDK 25
2626
uses: actions/setup-java@v5
2727
with:
28-
java-version: '21'
28+
java-version: '25'
2929
distribution: 'temurin'
3030
- name: Build with Gradle Wrapper
3131
run: bash gradlew clean build -x test

0 commit comments

Comments
 (0)