This message was deleted.
# developer-productivity-engineering
s
This message was deleted.
r
@Sherif Nada we built this into Gradle Enterprise build validation scripts. One of the biggest DPE impacts that we have found is to optimize incremental builds. You essentially want to run a clean build, dont make any changes, run it again and see which tasks should have been "up to date" that were executed. you have to compare the builds. Here are two docs. you can do it without Gradle Enterprise as well but its not as efficient/effective https://docs.gradle.com/enterprise/tutorials/task-inputs-comparison/ https://github.com/gradle/gradle-enterprise-build-validation-scripts/blob/main/Gradle.md