Jisho icon indicating copy to clipboard operation
Jisho copied to clipboard

Disable Gradle daemon in CI

Open reline opened this issue 5 years ago • 1 comments

Appending --no-daemon to each gradle build in the CI config is tedious, set it globally in the environment.

Via environment variables: add the flag -Dorg.gradle.daemon=false to the GRADLE_OPTS environment variable

https://docs.gradle.org/6.8-rc-1/userguide/gradle_daemon.html#sec:ways_to_disable_gradle_daemon

reline avatar Jan 26 '21 07:01 reline

Set the max workers to 4 globally as well while we're at it.

reline avatar Apr 22 '24 06:04 reline