gradle-build-action/src
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
..
cache-gradle-user-home.ts Add support for read-only caching in v2 2021-08-26 17:25:49 -06:00
cache-project-dot-gradle.ts Add support for read-only caching in v2 2021-08-26 17:25:49 -06:00
cache-utils.ts Add support for read-only caching in v2 2021-08-26 17:25:49 -06:00
caches.ts Add cache for project .gradle dir 2021-08-24 12:52:51 -06:00
execution.ts Use monolithic cache for Gradle User Home 2021-08-24 12:52:51 -06:00
gradlew.ts Validate presense of gradle wrapper to provide better feedback 2021-07-08 08:01:44 -06:00
main.ts Always execute Gradle with --no-daemon 2021-08-27 12:21:46 -06:00
post.ts Add support for read-only caching in v2 2021-08-26 17:25:49 -06:00
provision.ts Add support for read-only caching in v2 2021-08-26 17:25:49 -06:00