Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRADLE_OPTS #86

Closed
arcticicestudio opened this issue Nov 29, 2017 · 0 comments
Closed

GRADLE_OPTS #86

arcticicestudio opened this issue Nov 29, 2017 · 0 comments

Comments

@arcticicestudio
Copy link
Owner

arcticicestudio commented Nov 29, 2017

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.
  • org.gradle.console=rich - Always colorize console output.
@arcticicestudio arcticicestudio added this to the 0.1.0 milestone Nov 29, 2017
arcticicestudio added a commit that referenced this issue Nov 29, 2017
Sets and exports global default Gradle (1) options using the "GRADLE_OPTS" (2) 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 (2) and is recommended for running Gradle.
* "org.gradle.console=rich" - Always colorize console output.

References:

  (1) https://gradle.org
  (2) https://docs.gradle.org/current/userguide/gradle_command_line.html#sec:cli_environment_variables
  (3) https://docs.gradle.org/3.0/release-notes.html#improved-gradle-daemon,-now-enabled-by-default

GH-86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant