diff options
author | modmuss50 <modmuss50@gmail.com> | 2019-01-24 14:46:12 +0000 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2019-01-24 14:46:12 +0000 |
commit | 18e298356c654ff0ec2b7c7f5f67ebb41806c53f (patch) | |
tree | cc9c18c82ef74eca02803e53c4f3d73067dcc526 /gradle.properties | |
parent | 23f49411a84133b3022f11c4ea883fcab2dc907c (diff) |
Fix gradle.properties
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
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 |