Slackbot
02/25/2023, 8:35 PMno
02/27/2023, 9:24 AMup-to-date
checking mechanism in Gradle, I can recommend the 01-validate-incremental-building.sh
script in the build validation scripts. There isn't a way right now to make the build fail if not every task is up-to-date since there can be reasons that this is intentional. For the other scripts you can make it fail on caching errors.
For the cases of build performance regressions in incremental builds, I can recommend the Gradle Profiler and an incremental build scenario.Sherif Nada
02/28/2023, 3:08 AMup-to-date
checks, apologies for the ambiguity š Iāl check those scripts out. Thanks!Dmitriy Voronin
03/07/2023, 4:37 PMManuel Nakamurakare
03/08/2023, 4:04 PMup-to-date
checks are working for expected scenarios. eg making abi vs non abi changes, etc