What’s Changed
- chore: bump bitrise-build-cache CLI to v2.3.4 by @zsolt-marta-bitrise in chore: bump bitrise-build-cache CLI to v2.3.4 by zsolt-marta-bitrise · Pull Request #116 · bitrise-steplib/steps-install-missing-android-tools · GitHub
The new CLI version fixes a regression in v2.3.1+ where the gradle-mirrors init script suppressed Gradle’s default pluginManagement.repositories = [gradlePluginPortal()] for projects without an explicit pluginManagement {} block in settings.gradle.kts. This broke plugin resolution for plugins that only live on plugins.gradle.org — e.g. org.gradle.toolchains.foojay-resolver-convention (React Native), io.invertase.gradle.build (RN Firebase), org.gradle.kotlin.kotlin-dsl (build-logic modules).
Full Changelog: Comparing 3.4.1...3.4.2 · bitrise-steplib/steps-install-missing-android-tools · GitHub