What鈥檚 Changed
Updates Bitrise Build Cache CLI to v1.3.3 with Gradle analytics plugin v2.5.2:
- Replace
getAllTasks(true)withtaskGraph.whenReady { allTasks }to avoid eagerly realizing every task across all projects during configuration - Only tasks scheduled for execution are now touched, reducing configuration overhead
Full Changelog: Comparing 2.13.2...2.13.3 路 bitrise-steplib/bitrise-step-activate-gradle-remote-cache 路 GitHub