Skip to content

Commit 2e2b315

Browse files
ci: bump java version to 25-tem
1 parent 04554b8 commit 2e2b315

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Set up JDK 21
2222
uses: actions/setup-java@v4.7.1
2323
with:
24-
java-version: '21'
24+
java-version: '25'
2525
distribution: 'temurin'
2626
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
2727
settings-path: ${{ github.workspace }} # location for the settings.xml file

0 commit comments

Comments
 (0)