forked from gradle/gradle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
31 lines (23 loc) · 1.38 KB
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
org.gradle.jvmargs=-Xmx2500m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
org.gradle.caching=true
systemProp.gradle.publish.skip.namespace.check=true
# Temporarily force IDEs to produce build scans
systemProp.org.gradle.internal.ide.scan=true
# Show more VFS logging and statistics
org.gradle.vfs.verbose=true
org.gradle.vfs.debug=true
# If you're experimenting with changes and don't want to update the verification file right away, please change the mode to "lenient" (not "off")
org.gradle.dependency.verification=strict
kotlin.stdlib.default.dependency=false
# TD releated properties
gradle.internal.testdistribution.writeTraceFile=true
systemProp.gradle.internal.testdistribution.writeTraceFile=true
systemProp.gradle.internal.testdistribution.queryResponseTimeout=PT20S
# Set the property here so it matches the configuration cache fingerprint of the :build-logic-commons and :build-logic builds
systemProp.org.gradle.kotlin.dsl.precompiled.accessors.strict=true
# For some reason, after an upgrade of repo.gradle.org, we run into connection timeouts when uploading the artifacts in the promotion build.
# Increasing the timeout seems to fix the problem.
# We should remove this when the problems with artifactory are fixed.
systemProp.org.gradle.internal.http.connectionTimeout=300000
systemProp.org.gradle.internal.http.socketTimeout=300000