Skip to content

Commit

Permalink
Update gradle.properties
Browse files Browse the repository at this point in the history
SONATYPE_CONNECT_TIMEOUT_SECONDS
  • Loading branch information
hoc081098 authored Aug 1, 2023
1 parent 1f2eb31 commit df25f75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ kotlin.incremental.multiplatform=true
kotlin.incremental.useClasspathSnapshot=true
kotlin.incremental=true
kotlin.incremental.js.ir=true

# OSSRH sometimes struggles with slow deployments, so this makes Gradle
# more tolerant to those delays.
SONATYPE_CONNECT_TIMEOUT_SECONDS=300
SONATYPE_CLOSE_TIMEOUT_SECONDS=900

0 comments on commit df25f75

Please sign in to comment.