Skip to content

Commit 0f53e93

Browse files
committed
Use Java 25 to generate documentation
1 parent 906bce8 commit 0f53e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/setup-java@v5
5656
with:
5757
distribution: 'temurin'
58-
java-version: '21'
58+
java-version: '25'
5959
cache: 'maven'
6060
- name: Sanity Check
6161
run: |

0 commit comments

Comments
 (0)