File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Specifies the JVM arguments used for the daemon process.
22# The setting is particularly useful for tweaking memory settings.
3- org.gradle.jvmargs =-Xmx4G -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError
3+ org.gradle.jvmargs =-Xmx4G -Xss1m - Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError
44
5- org.gradle.caching =false
5+ org.gradle.caching =true
66
77# Modularise your project and enable parallel build
88org.gradle.parallel =true
99
1010# Enable configure on demand.
11- org.gradle.configureondemand =false
11+ org.gradle.configureondemand =true
1212
1313# see https://docs.gradle.org/current/userguide/upgrading_version_8.html#xml_parsing_now_requires_recent_parsers
1414systemProp.javax.xml.parsers.SAXParserFactory =com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
You can’t perform that action at this time.
0 commit comments