Skip to content

Commit 1ad52ff

Browse files
try working around github build issues
1 parent 4ad0068 commit 1ad52ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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
88
org.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
1414
systemProp.javax.xml.parsers.SAXParserFactory=com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl

0 commit comments

Comments
 (0)