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 1
1
# Specifies the JVM arguments used for the daemon process.
2
2
# 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
4
4
5
- org.gradle.caching =false
5
+ org.gradle.caching =true
6
6
7
7
# Modularise your project and enable parallel build
8
8
org.gradle.parallel =true
9
9
10
10
# Enable configure on demand.
11
- org.gradle.configureondemand =false
11
+ org.gradle.configureondemand =true
12
12
13
13
# see https://docs.gradle.org/current/userguide/upgrading_version_8.html#xml_parsing_now_requires_recent_parsers
14
14
systemProp.javax.xml.parsers.SAXParserFactory =com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
You can’t perform that action at this time.
0 commit comments