What’s Changed
- Bump the Bitrise Build Cache CLI to v3.7.0, which upgrades
gradle-analyticsto 3.2.2 andremote-cacheto 2.0.0 — both nowPlugin<Settings>and Isolated Projects compatible on Gradle 9.7. Includes the 3.2.2 hotfix for thesendConfigurationPhaseStatsUnknownTaskException on--configuration-cachesave. - The rendered init script applies the plugins at Settings scope; the
settingsEvaluated { rootProject { apply<...>() } }wrapper is gone.