diff --git a/gradle.properties b/gradle.properties index 7d4675a8f..42e0e0055 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,6 +26,7 @@ KOTLIN_VERSION=1.6.20 # Gradle internals org.gradle.internal.repository.max.retries=10 org.gradle.internal.repository.initial.backoff=1250 +org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m systemProp.org.gradle.internal.http.connectionTimeout=120000 systemProp.org.gradle.internal.http.socketTimeout=120000