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 {
339339 buildScan
340340 .withPublishing(Publishing .onlyIf(_.authenticated))
341341 .withBackgroundUpload(! isInsideCI)
342- .tag (if (isInsideCI) " CI" else " Local" )
342+ .withTag (if (isInsideCI) " CI" else " Local" )
343343 .withLinks(buildScan.links ++ GithubEnv .develocityLinks)
344344 .withValues(buildScan.values ++ GithubEnv .develocityValues)
345345 .withObfuscation(buildScan.obfuscation.withIpAddresses(_.map(_ => " 0.0.0.0" )))
@@ -349,8 +349,8 @@ object Build {
349349 .withLocal(buildCache.local.withEnabled(false ))
350350 .withRemote(buildCache.remote.withEnabled(false ))
351351 )
352- .withTestRetryConfiguration (
353- config.testRetryConfiguration
352+ .withTestRetry (
353+ config.testRetry
354354 .withFlakyTestPolicy(FlakyTestPolicy .Fail )
355355 .withMaxRetries(if (isInsideCI) 1 else 0 )
356356 .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")
2222
2323addSbtPlugin(" com.github.sbt" % " sbt-native-packager" % " 1.10.0" )
2424
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