From 3f3a19aa8a71106f30e7d01f838863c5c555f55d Mon Sep 17 00:00:00 2001 From: Adrien Piquerez Date: Mon, 10 Mar 2025 11:29:33 +0100 Subject: [PATCH] Disable cache require clean on CI --- project/Build.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/project/Build.scala b/project/Build.scala index b61a0445753b..ab4d2960774c 100644 --- a/project/Build.scala +++ b/project/Build.scala @@ -349,6 +349,7 @@ object Build { buildCache .withLocal(buildCache.local.withEnabled(true).withStoreEnabled(true)) .withRemote(buildCache.remote.withEnabled(true).withStoreEnabled(isInsideCI)) + .withRequireClean(!isInsideCI) ) .withTestRetry( config.testRetry