summarylogtreecommitdiffstats
path: root/fix-build.patch
diff options
context:
space:
mode:
authorKevin MacMartin2022-01-11 11:51:42 -0500
committerKevin MacMartin2022-01-11 11:51:42 -0500
commit7ce04118ef24f1cf0e6b64d3d5804c1598caedec (patch)
treee890ab1c53a5e94be74ec9ef54096b1b8defefb3 /fix-build.patch
parent0c948ecaf3fe955d8b2ea404eca1832a5680f62f (diff)
downloadaur-7ce04118ef24f1cf0e6b64d3d5804c1598caedec.tar.gz
Update to 5144v1.1.1
Diffstat (limited to 'fix-build.patch')
-rw-r--r--fix-build.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/fix-build.patch b/fix-build.patch
new file mode 100644
index 000000000000..600a03392897
--- /dev/null
+++ b/fix-build.patch
@@ -0,0 +1,17 @@
+diff --git a/gradle.properties b/gradle.properties
+index 7cae816c4..0fbc8af10 100644
+--- a/gradle.properties
++++ b/gradle.properties
+@@ -4,9 +4,9 @@
+ # Specifies the JVM arguments used for the daemon process.
+ # The setting is particularly useful for tweaking memory settings.
+ # Default value: -Xmx1024m -XX:MaxPermSize=256m
+-org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
++org.gradle.jvmargs=-Xmx2048m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
+ #
+ # When configured, Gradle will run in incubating parallel mode.
+ # This option should only be used with decoupled projects. More details, visit
+ # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
+-org.gradle.parallel=true
+\ No newline at end of file
++org.gradle.parallel=true