You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build Truth and its Javadoc under Java 26, and test under {8, 17, 25} 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: 916187164
0 commit comments