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 096f163 commit bebe954Copy full SHA for bebe954
project/Build.scala
@@ -348,6 +348,7 @@ object Build {
348
buildCache
349
.withLocal(buildCache.local.withEnabled(true).withStoreEnabled(true))
350
.withRemote(buildCache.remote.withEnabled(true).withStoreEnabled(isInsideCI))
351
+ .withRequireClean(!isInsideCI) // always cache in CI
352
)
353
.withTestRetry(
354
config.testRetry
0 commit comments