diff options
author | modmuss50 <[email protected]> | 2019-01-24 14:46:12 +0000 |
---|---|---|
committer | keuin <[email protected]> | 2020-04-23 00:20:28 +0800 |
commit | da5c822fa0ae9c0f7356cca350f3564b3c106772 (patch) | |
tree | cc9c18c82ef74eca02803e53c4f3d73067dcc526 /gradle.properties | |
parent | ff4f0c35f8def048e95ec7415fce9092ce9d1b5f (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 |