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 @@ -60,8 +60,8 @@ object PekkoDevelocityPlugin extends AutoPlugin {
6060 .withEnabled(false )))
6161 if (isInsideCI) {
6262 apacheDevelocityConfiguration
63- .withTestRetryConfiguration (
64- original.testRetryConfiguration
63+ .withTestRetry (
64+ original.testRetry
6565 .withMaxRetries(1 )
6666 .withFlakyTestPolicy(FlakyTestPolicy .Fail ) // preserve the original build outcome in case of flaky tests
6767 )
Original file line number Diff line number Diff line change 1111 * Copyright (C) 2009-2022 Lightbend Inc. <https://www.lightbend.com>
1212 */
1313
14- import com .hpe .sbt .ValidatePullRequest
15- import com .hpe .sbt .ValidatePullRequest .PathGlobFilter
14+ import com .github .sbt . pullrequestvalidator .ValidatePullRequest
15+ import com .github .sbt . pullrequestvalidator .ValidatePullRequest .PathGlobFilter
1616import com .lightbend .paradox .sbt .ParadoxPlugin
1717import com .lightbend .paradox .sbt .ParadoxPlugin .autoImport .paradox
1818import com .typesafe .tools .mima .plugin .MimaKeys .mimaReportBinaryIssues
You can’t perform that action at this time.
0 commit comments