# gradle.properties

# Specifies the scheduling priority for the Gradle daemon and all 
# processes launched by it. Default is normal.
# https://docs.gradle.org/current/userguide/build_environment.html#sec:gradle_configuration_properties
# This is helpful to keep other tools, e.g. your IDE, responsive
# while Gradle runs a build.
# This is becoming more of a concern as plugins and Gradle itself 
# parallelize more work, making it more likely that all cores/threads
# of your CPU are used.
org.gradle.priority=low

# There is also a command-line option:
# https://docs.gradle.org/current/userguide/command_line_interface.html#sec:command_line_performance