v2.8.11
What's Changed
- fix: init-script compile failure from a redundant
dminitializer in the gradle-mirrors Robolectric audit. Strict Gradle/Kotlin (allWarningsAsErrors) treated the warning as an error, failing init-script compilation — and thus every gradle build — on affected VMs (v2.8.10 regression). Rewritten as avalfrom a try-expression. - ci: guard the rendered init script by compiling it under
allWarningsAsErrorsin an isolatedGRADLE_USER_HOME, so this class of warning fails CI deterministically. - feat: tier-1 Robolectric classpath probe — logs the jar(s) providing
android/util/DisplayMetrics.classon the test runtime classpath, to help diagnose SSW-3019 shadowing.
Changelog
Gradle verification
For reference, the verification metadata is available as an attached assset.