Skip to content

Commit 9b69f66

Browse files
committed
chore: update Java version to 25 in publish.yml
1 parent 963535d commit 9b69f66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/setup-java@v4
4141
with:
4242
distribution: 'graalvm'
43-
java-version: '24'
43+
java-version: '25'
4444

4545
- name: Build all modules with Gradle
4646
run: ./gradlew build shadowJar --parallel --no-scan

0 commit comments

Comments
 (0)