[ci] Build Javadoc with JDK 26 for dark theme support (#8842)

This commit is contained in:
Dan Katzuv
2026-06-20 01:24:13 +03:00
committed by GitHub
parent 608f024f82
commit 637f006f9b

View File

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