Increase gradle Xmx

This commit is contained in:
Johannes Frohnmeyer 2022-01-23 15:58:02 +01:00
parent 38e585a77a
commit f319a25aaf
Signed by: Johannes
GPG Key ID: E76429612C2929F4
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
org.gradle.jvmargs=-Xmx1G
org.gradle.jvmargs=-Xmx2G
# https://fabricmc.net/develop/
minecraft_version=1.18.1
yarn_mappings=build.22

View File

@ -20,7 +20,7 @@ class ConditionSerializationTest {
Respackopts.FALLBACK_CONF_DIR = Paths.get("./test");
Respackopts.CONFIG = new ConfigFile();
SAVE_ACTIONS.add(() -> Respackopts.LOGGER.info("Save"));
Respackopts.LOGGER.info(Respackopts.FALLBACK_CONF_DIR);
Respackopts.LOGGER.info(Respackopts.FALLBACK_CONF_DIR.toString());
}
@Test