Skip to content

Commit 3d48355

Browse files
committed
Switch build to Java 25
1 parent 9f90bfc commit 3d48355

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-java@v3
2121
with:
2222
distribution: 'adopt'
23-
java-version: '21'
23+
java-version: '25'
2424
cache: 'gradle'
2525

2626
- name: Publish

0 commit comments

Comments
 (0)