Skip to content

Commit 41c6b93

Browse files
committed
Activate local cache
1 parent 239fcc0 commit 41c6b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ object Build {
346346
)
347347
.withBuildCache(
348348
buildCache
349-
.withLocal(buildCache.local.withEnabled(false))
349+
.withLocal(buildCache.local.withEnabled(true).withStoreEnabled(true))
350350
.withRemote(buildCache.remote.withEnabled(false))
351351
)
352352
.withTestRetry(

0 commit comments

Comments
 (0)