File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ object Build {
339
339
buildScan
340
340
.withPublishing(Publishing .onlyIf(_.authenticated))
341
341
.withBackgroundUpload(! isInsideCI)
342
- .tag (if (isInsideCI) " CI" else " Local" )
342
+ .withTag (if (isInsideCI) " CI" else " Local" )
343
343
.withLinks(buildScan.links ++ GithubEnv .develocityLinks)
344
344
.withValues(buildScan.values ++ GithubEnv .develocityValues)
345
345
.withObfuscation(buildScan.obfuscation.withIpAddresses(_.map(_ => " 0.0.0.0" )))
@@ -349,8 +349,8 @@ object Build {
349
349
.withLocal(buildCache.local.withEnabled(false ))
350
350
.withRemote(buildCache.remote.withEnabled(false ))
351
351
)
352
- .withTestRetryConfiguration (
353
- config.testRetryConfiguration
352
+ .withTestRetry (
353
+ config.testRetry
354
354
.withFlakyTestPolicy(FlakyTestPolicy .Fail )
355
355
.withMaxRetries(if (isInsideCI) 1 else 0 )
356
356
.withMaxFailures(10 )
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "1.0.0")
22
22
23
23
addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.10.0" )
24
24
25
- addSbtPlugin(" com.gradle" % " sbt-develocity" % " 1.1.1 " )
25
+ addSbtPlugin(" com.gradle" % " sbt-develocity" % " 1.1.2 " )
You can’t perform that action at this time.
0 commit comments