chore: use gradle-maven-publish-plugin's timeout handling functionality
This commit is contained in:
parent
90b9ed88eb
commit
3a694c7255
1 changed files with 2 additions and 0 deletions
|
@ -69,6 +69,8 @@ GROUP=com.github.android-password-store
|
|||
# more tolerant to those delays.
|
||||
systemProp.org.gradle.internal.http.connectionTimeout=500000
|
||||
systemProp.org.gradle.internal.http.socketTimeout=500000
|
||||
SONATYPE_CONNECT_TIMEOUT_SECONDS=120
|
||||
SONATYPE_CLOSE_TIMEOUT_SECONDS=1800
|
||||
|
||||
# Add opens for KAPT
|
||||
# https://youtrack.jetbrains.com/issue/KT-45545#focus=Comments-27-4862682.0-0
|
||||
|
|
Loading…
Reference in a new issue