Skip to content

Commit 6149d83

Browse files
committed
Update Java version to 25 in CI configuration
1 parent 0d3e163 commit 6149d83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121
- uses: actions/setup-java@v4
2222
with:
23-
java-version: 21
23+
java-version: 25
2424
distribution: temurin
2525
- name: Publish to Maven Local
2626
run: ./gradlew build publishToMavenLocal --stacktrace -PlocalPublish

0 commit comments

Comments
 (0)