Skip to content

Commit 5dea066

Browse files
misc: merge from main
2 parents f60872e + cca23c7 commit 5dea066

File tree

1 file changed

+2
-0
lines changed
  • build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl

1 file changed

+2
-0
lines changed

build-plugins/build-support/src/main/kotlin/aws/sdk/kotlin/gradle/dsl/Publish.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ fun Project.configureJReleaser() {
215215
verifyPom = false // jreleaser doesn't understand toml packaging
216216
}
217217
}
218+
maxRetries = 100
219+
retryDelay = 60 // seconds
218220
}
219221
}
220222
}

0 commit comments

Comments
 (0)