We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 85ca5d1 + b569d34 commit b6db698Copy full SHA for b6db698
project/Build.scala
@@ -287,8 +287,8 @@ object Build {
287
})
288
.withBuildCache(
289
buildCache
290
- .withLocal(buildCache.local.withEnabled(true).withStoreEnabled(true))
291
- .withRemote(buildCache.remote.withEnabled(true).withStoreEnabled(isInsideCI))
+ .withLocal(buildCache.local.withEnabled(false).withStoreEnabled(false))
+ .withRemote(buildCache.remote.withEnabled(false).withStoreEnabled(false))
292
.withRequireClean(!isInsideCI)
293
)
294
.withTestRetry(
0 commit comments