Skip to content

Commit 239fcc0

Browse files
committed
Bump sbt-develocity to 1.1.2
1 parent aa9db1f commit 239fcc0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

project/Build.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ addSbtPlugin("ch.epfl.scala" % "sbt-tasty-mima" % "1.0.0")
2222

2323
addSbtPlugin("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")

0 commit comments

Comments
 (0)