reline / Jisho

Jisho is a powerful Japanese-English dictionary.
https://play.google.com/store/apps/details?id=com.github.reline.jisho
Creative Commons Attribution 4.0 International
19 stars 0 forks source link

Disable Gradle daemon in CI #62

Open reline opened 3 years ago

reline commented 3 years ago

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 commented 5 months ago

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