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(