diff options
author | nea <romangraef@gmail.com> | 2022-06-06 15:04:10 +0200 |
---|---|---|
committer | nea <romangraef@gmail.com> | 2022-06-06 15:04:10 +0200 |
commit | 8429ee15a20c38fe3a094bebf4ba4eb51c2cedd7 (patch) | |
tree | 43475d90009dd6f610272573fa054acb9bad4ab2 /gradle.properties | |
download | morbingtime-8429ee15a20c38fe3a094bebf4ba4eb51c2cedd7.tar.gz morbingtime-8429ee15a20c38fe3a094bebf4ba4eb51c2cedd7.tar.bz2 morbingtime-8429ee15a20c38fe3a094bebf4ba4eb51c2cedd7.zip |
Initial commit
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..ab2626a --- /dev/null +++ b/gradle.properties @@ -0,0 +1,3 @@ +org.gradle.jvmargs=-Xmx6G +loom.platform=fabric + |