Join Slack
Powered by
This message was deleted.
# developer-productivity-engineering
s
Slackbot
02/25/2023, 8:37 PM
This message was deleted.
r
Rooz
05/04/2023, 6:14 PM
@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
9
Views
Open in Slack
Previous
Next