Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use JDK 23 for generating Javadoc, too. #7596

Merged
merged 1 commit into from
Jan 3, 2025
Merged

Conversation

copybara-service[bot]
Copy link
Contributor

Use JDK 23 for generating Javadoc, too.

This brings us to the newest released version, which also means that it matches the version that we use for javac, so we require one less JDK.

cl/711811272 fixed the error we'd previously been seeing with JDK 23.

(Also, if someone has a JDK 23 already installed and skips our auto-downloading, use it even if it's not Temurin. I'd made this change for most toolchain usages in cl/711746683, but I missed the usage one for Javadoc.)

RELNOTES=n/a

This brings us to the newest released version, which also means that it matches the version that we use for javac, so we require one less JDK.

cl/711811272 fixed [the error we'd previously been seeing with JDK 23](#6790 (comment)).

(Also, if someone has a JDK 23 already installed and skips our auto-downloading, use it even if it's not Temurin. I'd made this change for most toolchain usages in cl/711746683, but I missed the usage one for Javadoc.)

RELNOTES=n/a
PiperOrigin-RevId: 711839263
@copybara-service copybara-service bot merged commit ff7c071 into master Jan 3, 2025
@copybara-service copybara-service bot deleted the test_711829376 branch January 3, 2025 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inheriting Javadoc from the JDK is broken (as was _linking to_ the JDK)
1 participant