From b569d344b581d87e10e93d316d27b38751a12f0f Mon Sep 17 00:00:00 2001 From: Hamza Remmal Date: Sat, 13 Sep 2025 15:29:44 +0200 Subject: [PATCH] chore: disable the develocity cache temporarily --- project/Build.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Build.scala b/project/Build.scala index 5d6b1e1a4994..be6b08059def 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -287,8 +287,8 @@ object Build { }) .withBuildCache( buildCache - .withLocal(buildCache.local.withEnabled(true).withStoreEnabled(true)) - .withRemote(buildCache.remote.withEnabled(true).withStoreEnabled(isInsideCI)) + .withLocal(buildCache.local.withEnabled(false).withStoreEnabled(false)) + .withRemote(buildCache.remote.withEnabled(false).withStoreEnabled(false)) .withRequireClean(!isInsideCI) ) .withTestRetry(