diff options
author | modmuss50 <modmuss50@gmail.com> | 2019-01-24 00:45:28 +0000 |
---|---|---|
committer | modmuss50 <modmuss50@gmail.com> | 2019-01-24 00:45:28 +0000 |
commit | 23f49411a84133b3022f11c4ea883fcab2dc907c (patch) | |
tree | 1aa30b0e65b3a9cdec067bbdede4dd16c5010b5e /gradle.properties | |
parent | 5898ba99a539c7044733e7d0d8f62e813513bb78 (diff) |
Update example to 19w03c and increase the memory for gradle.
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..4314427 --- /dev/null +++ b/gradle.properties @@ -0,0 +1 @@ +org.gradle.jvmargs=-Xmx1G #Done to increase the memory available to gradle. \ No newline at end of file |