gradle-maven-publish-plugin
gradle-maven-publish-plugin copied to clipboard
Provision to specify timeout for closing repository on maven
Introduction
When the sonatype host took a lot of time to respond while running the closeAndReleaseRepository
, the exception occurred twice. So there must be a configuration to specify a timeout, which will be really helpful.
Crash
> Task :closeAndReleaseRepository FAILED
FAILURE: Build failed with an exception.
1 actionable task: 1 executed
* What went wrong:
Execution failed for task ':closeAndReleaseRepository'.
> java.net.SocketTimeoutException: timeout
Refer this CI log for more information: https://github.com/PatilShreyas/mutekt/runs/7598566694?check_suite_focus=true