Skip to content

Commit b6db698

Browse files
authored
chore: disable the develocity cache temporarily (#23919)
[skip ci]
2 parents 85ca5d1 + b569d34 commit b6db698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,8 +287,8 @@ object Build {
287287
})
288288
.withBuildCache(
289289
buildCache
290-
.withLocal(buildCache.local.withEnabled(true).withStoreEnabled(true))
291-
.withRemote(buildCache.remote.withEnabled(true).withStoreEnabled(isInsideCI))
290+
.withLocal(buildCache.local.withEnabled(false).withStoreEnabled(false))
291+
.withRemote(buildCache.remote.withEnabled(false).withStoreEnabled(false))
292292
.withRequireClean(!isInsideCI)
293293
)
294294
.withTestRetry(

0 commit comments

Comments
 (0)