You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a package configuration for Gradle to set and export global default options using the GRADLE_OPTS environment variable. It should include
org.gradle.daemon=true - Enable to always use the Gradle daemon to run builds.
Since Gradle 3.0, daemon is enabled by default and is recommended for running Gradle.
Create a package configuration for Gradle to set and export global default options using the
GRADLE_OPTS
environment variable. It should includeorg.gradle.daemon=true
- Enable to always use the Gradle daemon to run builds.Since Gradle 3.0, daemon is enabled by default and is recommended for running Gradle.
org.gradle.console=rich
- Always colorize console output.The text was updated successfully, but these errors were encountered: