Skip to content

Stop disabling the Gradle daemon in CI template

David Nelson requested to merge DavidNelsonGL-gradle-template-daemon into master

What does this MR do and why?

This MR removes the part of the Gradle CI template that disables the Gradle daemon.

Disabling the daemon for CI builds used to be the recommendation from Gradle in the relatively early days of daemon development. However - not that long after this was added to the template - Gradle changed their recommendation to leave the daemon enabled even during CI builds. That continues to be the recommendation today.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports