Skip to content

Commit cca23c7

Browse files
authored
misc: increase jreleaser deploymeny delay (#105)
1 parent 0c92472 commit cca23c7

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
@@ -209,6 +209,8 @@ fun Project.configureJReleaser() {
209209
verifyPom = false // jreleaser doesn't understand toml packaging
210210
}
211211
}
212+
maxRetries = 100
213+
retryDelay = 60 // seconds
212214
}
213215
}
214216
}

0 commit comments

Comments
 (0)