diff options
author | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-05-14 16:46:47 +0300 |
---|---|---|
committer | Juuz <6596629+Juuxel@users.noreply.github.com> | 2023-05-14 16:46:47 +0300 |
commit | 089f424d264839664d5d2e89a71e2ae9e8a46250 (patch) | |
tree | 8bfcb1f5d848b6684d11acea616b37e8801f6e98 /gradle.properties | |
parent | 82f3beff9a3cc9e1cd9534e772e8a91a54b49cab (diff) | |
download | LibGui-089f424d264839664d5d2e89a71e2ae9e8a46250.tar.gz LibGui-089f424d264839664d5d2e89a71e2ae9e8a46250.tar.bz2 LibGui-089f424d264839664d5d2e89a71e2ae9e8a46250.zip |
Move test mod to root project
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index d408d3c..75677e4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,5 @@ # 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 |