Stop explicitly specifying JDK 23 for Javadoc. #7726
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Stop explicitly specifying JDK 23 for Javadoc.
We used to have to specify a version because we were using a different version than our default toolchain.
But the default toolchain has been 23 for a little while now, and the version we're requesting for Javadoc is... also 23, thanks to cl/711839263. cl/711839263 could have just removed the Javadoc-specific version, so I'm at least doing that now.
RELNOTES=n/a