diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index ced8321c..bffddc4f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -51,3 +51,11 @@ android.defaults.buildfeatures.shaders=false # Disable warnings about unsupported features, we know what we're doing android.suppressUnsupportedOptionWarnings=android.enableR8.fullMode,android.enableResourceOptimizations,android.nonTransitiveRClass,android.suppressUnsupportedOptionWarnings + +# Maven publishing +GROUP=com.github.android-password-store + +# OSSRH sometimes struggles with slow deployments, so this makes Gradle +# more tolerant to those delays. +systemProp.org.gradle.internal.http.connectionTimeout=500000 +systemProp.org.gradle.internal.http.socketTimeout=500000 |