Build Truth and its Javadoc under Java 26, and test under {8, 17, 25} instead of {8, 11}.#1647
Merged
Merged
Conversation
8bbbcff to
42a00b8
Compare
… instead of {8, 11}.
This half-matches Guava, where:
- We build under Java 26, albeit with a different approach (cl/711476575, cl/711746683).
- We test under those versions plus 11, I think because we do some stuff with old versions of Gradle there (cl/912590939).
Motivation:
- Newer javac and javadoc binaries are good.
- Building on a version higher than Java 8 is necessary for module support (#1601).
- We will hopefully someday want to conditionally use newer libraries.
RELNOTES=n/a
PiperOrigin-RevId: 917410351
42a00b8 to
77c6a82
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Build Truth and its Javadoc under Java 26, and test under {8, 17, 25} instead of {8, 11}.
This half-matches Guava, where:
Motivation:
RELNOTES=n/a