forked from gradle/gradle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgradle.properties
19 lines (15 loc) · 1012 Bytes
/
gradle.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
org.gradle.jvmargs=-Xmx2500m -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
org.gradle.parallel=true
kotlin.parallel.tasks.in.project=true
systemProp.org.gradle.kotlin.dsl.caching.buildcache=true
systemProp.gradle.publish.skip.namespace.check=true
# Temporarily force IDEs to produce build scans
systemProp.org.gradle.internal.ide.scan=true
# Enable VFS retention using file watching on Windows, Linux and macOS
# Remove the property when VFS retention is enabled by default
systemProp.org.gradle.unsafe.vfs.retention=true
# Enable partial VFS invalidation, i.e. only remove the in-memory file system state for declared outputs before running task actions.
# Remove the property when partial invalidation is enabled by default.
systemProp.org.gradle.unsafe.vfs.partial-invalidation=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