Skip to content

Commit e4fd2ac

Browse files
committed
Activate remote cache
1 parent 41c6b93 commit e4fd2ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ object Build {
347347
.withBuildCache(
348348
buildCache
349349
.withLocal(buildCache.local.withEnabled(true).withStoreEnabled(true))
350-
.withRemote(buildCache.remote.withEnabled(false))
350+
.withRemote(buildCache.remote.withEnabled(true).withStoreEnabeld(isInsideCI))
351351
)
352352
.withTestRetry(
353353
config.testRetry

0 commit comments

Comments
 (0)