diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2021-12-21 17:56:20 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-21 12:26:20 +0000 |
commit | c77dc134736a44b2bc13ef1c2cb8532b83c74d91 (patch) | |
tree | 71656c9d4bffb658880373714cbf1f2533e5df86 /gradle.properties | |
parent | 95075bd1d080f201cc237a542822de2661f3f242 (diff) |
gradle: turn off Configure-On-Demand (#1596)
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index c572550f..098f11b6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ # SPDX-License-Identifier: GPL-3.0-only # org.gradle.parallel=true -org.gradle.configureondemand=true +org.gradle.configureondemand=false org.gradle.caching=true # Enable filesystem watching |