Skip to content

Commit 030fb46

Browse files
committed
Follow up: automate release workflow
1 parent 119d53d commit 030fb46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,8 @@ subprojects {
238238
password = mavenCentralPassword
239239
url = "https://central.sonatype.com/api/v1/publisher/"
240240
stagingRepository(layout.buildDirectory.dir("local-staging").get().asFile.absolutePath)
241+
retryDelay = 10
242+
maxRetries = 1000
241243
}
242244
}
243245
}

0 commit comments

Comments
 (0)