gradle-maven-publish-plugin icon indicating copy to clipboard operation
gradle-maven-publish-plugin copied to clipboard

Provision to specify timeout for closing repository on maven

Open PatilShreyas opened this issue 2 years ago • 0 comments

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

PatilShreyas avatar Jul 31 '22 14:07 PatilShreyas