[ci] Build docs with Java 25 (#8655)

This commit is contained in:
sciencewhiz
2026-03-05 23:19:10 -08:00
committed by GitHub
parent 51a3876330
commit 1e39f39128

View File

@@ -191,7 +191,7 @@ jobs:
- uses: actions/setup-java@v5
with:
distribution: 'temurin'
java-version: 21
java-version: 25
- name: Set release environment variable
run: echo "EXTRA_GRADLE_ARGS=-PreleaseMode" >> $GITHUB_ENV
if: startsWith(github.ref, 'refs/tags/v2027')