gradle-build-action/.github/workflows
Daz DeBoer fa0c026e07
Always execute Gradle with --no-daemon
The Gradle daemon is not useful for ephemeral builds, and the process
can hold file locks which interfere with cache entry generation.

In the case where multiple Gradle invocations occur in the same job,
we could provide a way for users to override this behaviour, taking care
of stopping any daemon process at the end of the job.
2021-08-27 12:21:46 -06:00
..
dev.yml Faster CI 2020-06-15 20:03:30 +02:00
prod.yml Always execute Gradle with --no-daemon 2021-08-27 12:21:46 -06:00