Summary
There are a number of things we can do to improve our builds performance.
- Enable parallel builds
- Remove
clean - Remove
--no-daemon - Remove
--refresh-dependenciesThis refreshes all dependencies not just dependencies that change. spring-build-conventions has been updated to set the cache time of snapshots and changing modules to be 0, so that is always updated.