summary refs log tree commit diff stats
diff options
context:
space:
mode:
authormodmuss50 <modmuss50@gmail.com>2019-01-24 14:46:12 +0000
committermodmuss50 <modmuss50@gmail.com>2019-01-24 14:46:12 +0000
commit18e298356c654ff0ec2b7c7f5f67ebb41806c53f (patch)
treecc9c18c82ef74eca02803e53c4f3d73067dcc526
parent23f49411a84133b3022f11c4ea883fcab2dc907c (diff)
Fix gradle.properties
-rw-r--r--gradle.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties
index 4314427..d8e54c1 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -1 +1,2 @@
-org.gradle.jvmargs=-Xmx1G #Done to increase the memory available to gradle.
\ No newline at end of file
+#Done to increase the memory available to gradle.
+org.gradle.jvmargs=-Xmx1G
\ No newline at end of file