Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b569d34

Browse files
chore: disable the develocity cache temporarily
1 parent e2018c2 commit b569d34

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)

AltStyle によって変換されたページ (->オリジナル) /