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 #89

Merged
merged 1 commit into from
Nov 29, 2017
Merged

GRADLE_OPTS #89

merged 1 commit into from
Nov 29, 2017

Conversation

arcticicestudio
Copy link
Owner

Closes #86

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
@arcticicestudio arcticicestudio added this to the 0.1.0 milestone Nov 29, 2017
@arcticicestudio arcticicestudio merged commit bffaf26 into develop Nov 29, 2017
@arcticicestudio arcticicestudio deleted the feature/gh-86-gradle_opts branch November 29, 2017 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant