From c77dc134736a44b2bc13ef1c2cb8532b83c74d91 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 21 Dec 2021 17:56:20 +0530 Subject: [PATCH] gradle: turn off Configure-On-Demand (#1596) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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