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.
1 parent 2f639e2 commit 3f3a19aCopy full SHA for 3f3a19a
project/Build.scala
@@ -349,6 +349,7 @@ object Build {
349
buildCache
350
.withLocal(buildCache.local.withEnabled(true).withStoreEnabled(true))
351
.withRemote(buildCache.remote.withEnabled(true).withStoreEnabled(isInsideCI))
352
+ .withRequireClean(!isInsideCI)
353
)
354
.withTestRetry(
355
config.testRetry
0 commit comments