2020-09-04 10:19:41 +00:00
|
|
|
#systemProp.org.gradle.internal.http.connectionTimeout=150000
|
|
|
|
#systemProp.org.gradle.internal.http.socketTimeout=150000
|
2020-03-08 18:58:52 +00:00
|
|
|
|
|
|
|
# Specifies the JVM arguments used for the daemon process.
|
|
|
|
# The setting is particularly useful for tweaking memory settings.
|
|
|
|
# Default value: -Xmx10248m -XX:MaxPermSize=256m
|
2021-11-07 02:50:04 +00:00
|
|
|
org.gradle.jvmargs=-mx2G -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
|
2020-03-08 18:58:52 +00:00
|
|
|
|
|
|
|
# When configured, Gradle will run in incubating parallel mode.
|
|
|
|
# This option should only be used with decoupled projects. More details, visit
|
|
|
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
|
|
|
|
org.gradle.parallel=true
|
|
|
|
|
|
|
|
# Enables new incubating mode that makes Gradle selective when configuring projects.
|
|
|
|
# Only relevant projects are configured which results in faster builds for large multi-projects.
|
|
|
|
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:configuration_on_demand
|
|
|
|
org.gradle.configureondemand=true
|