aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManu Sridharan <msridhar@gmail.com>2022-01-14 11:22:49 -0800
committerGitHub <noreply@github.com>2022-01-14 14:22:49 -0500
commit1feded60c6c4423c3791cf84d9a166acfbce4201 (patch)
treef4efdb65840bdfd26592de0dfc4ab8947fbdfab4
parent876b0c0d62688169eeba6b127f6421969d1c3263 (diff)
downloadnullaway-1feded60c6c4423c3791cf84d9a166acfbce4201.tar.gz
Enable parallel builds (#549)
Gradle parallel builds have been stable for a while; enable to get the build time reduction
-rw-r--r--gradle.properties5
1 files changed, 1 insertions, 4 deletions
diff --git a/gradle.properties b/gradle.properties
index 75003c9..f1039fc 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -7,10 +7,7 @@
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
-# When configured, Gradle will run in incubating parallel mode.
-# This option should only be used with decoupled projects. More details, visit
-# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
-# org.gradle.parallel=true
+org.gradle.parallel=true
GROUP=com.uber.nullaway
VERSION_NAME=0.9.6-SNAPSHOT