v2.8.16
What's Changed
Cleanup + productionization of the SSW-3019 gradle-mirrors Robolectric diagnostics (#396), intended to stay in prod long-term:
- Removed the
-Xlogsandbox/native-runtime probes, per-build jar-audit, and theBITRISE_ROBOLECTRIC_VERBOSE_LOGGINGopt-in — none proved useful and the-Xlog:librarytag carried a JDK-11 JVM-abort risk. - Kept the two cheap high-value signals: FULL-on-FAILED test logging (decodes the swallowed cause) and the classpath fingerprint.
- The android-all mirror redirect (
robolectric.dependency.repo.url) is now core mirror install — unconditional, independent of the probe opt-out (BITRISE_ROBOLECTRIC_JAR_AUDIT=falsedisables only the probes). - Extracted
TestFailureLogging+RobolectricDiagnostics; unified probe output under a single[robolectric-probe]tag.
Changelog
Gradle verification
For reference, the verification metadata is available as an attached assset.