diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-02-02 18:55:11 +0200 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-02-02 18:55:11 +0200 |
commit | 509850c97a828d721db9e5f968d888882dce2bfb (patch) | |
tree | 55f4ec00c6ba1e10dfd7f3f9d981b3fe410d26d5 /gradle.properties | |
parent | 8f0d2471f70d78d0d7fb2968ad724948a374d02e (diff) | |
download | LibGui-509850c97a828d721db9e5f968d888882dce2bfb.tar.gz LibGui-509850c97a828d721db9e5f968d888882dce2bfb.tar.bz2 LibGui-509850c97a828d721db9e5f968d888882dce2bfb.zip |
Use Loom's multi-project optimisation
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 index 55b09b7..a658910 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,6 @@ # Done to increase the memory available to gradle. org.gradle.jvmargs=-Xmx1G +fabric.loom.multiProjectOptimisation = true # Fabric Properties # check these on https://fabricmc.net/use |