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 41c6b93 commit e4fd2acCopy full SHA for e4fd2ac
project/Build.scala
@@ -347,7 +347,7 @@ object Build {
347
.withBuildCache(
348
buildCache
349
.withLocal(buildCache.local.withEnabled(true).withStoreEnabled(true))
350
- .withRemote(buildCache.remote.withEnabled(false))
+ .withRemote(buildCache.remote.withEnabled(true).withStoreEnabeld(isInsideCI))
351
)
352
.withTestRetry(
353
config.testRetry
0 commit comments