We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad0068 commit 1ad52ffCopy full SHA for 1ad52ff
gradle.properties
@@ -1,14 +1,14 @@
1
# Specifies the JVM arguments used for the daemon process.
2
# The setting is particularly useful for tweaking memory settings.
3
-org.gradle.jvmargs=-Xmx4G -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError
+org.gradle.jvmargs=-Xmx4G -Xss1m -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError
4
5
-org.gradle.caching=false
+org.gradle.caching=true
6
7
# Modularise your project and enable parallel build
8
org.gradle.parallel=true
9
10
# Enable configure on demand.
11
-org.gradle.configureondemand=false
+org.gradle.configureondemand=true
12
13
# see https://docs.gradle.org/current/userguide/upgrading_version_8.html#xml_parsing_now_requires_recent_parsers
14
systemProp.javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl
0 commit comments