From 58c4bed72edddba153a72af8b134aad4006d45fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20G=C3=B3mez?= Date: Thu, 19 Mar 2026 22:02:13 +0100 Subject: [PATCH] update gradle configuration --- build-logic/gradle.properties | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/build-logic/gradle.properties b/build-logic/gradle.properties index b343b7c1..1c9073eb 100644 --- a/build-logic/gradle.properties +++ b/build-logic/gradle.properties @@ -1,9 +1,4 @@ # Gradle properties are not passed to included builds https://github.com/gradle/gradle/issues/2534 -#org.gradle.parallel=true -#org.gradle.caching=true -#org.gradle.configureondemand=true - -# Volver a activar cuando se actualice gradle o kotlin -org.gradle.parallel=false -org.gradle.configureondemand=false -org.gradle.configuration-cache=false \ No newline at end of file +org.gradle.parallel=true +org.gradle.caching=true +org.gradle.configureondemand=true