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
Default test task to Java 25 only, require explicit tasks for other JVMs
Remove automatic dependencies that made `./gradlew test` run on all JVMs
(11, 17, 21, 25) and `check` pull in testng. Now `test` and `check` only
run on Java 25 by default. Other JVM versions are still available via
explicit tasks (testWithJava11, testWithJava17, etc.) used by CI matrix.
Simplifies CI workflow commands by removing all -x exclusion flags.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments