Skip to content

Commit b4850e4

Browse files
chore: update Java version in publish workflow to 25
1 parent 318ae18 commit b4850e4

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)