Give enough heap during test because neoforge now finally launches game before launching unit tests

THIS also means, we can FINALLY unit-test pieces which rely on game being initialized
This commit is contained in:
DBotThePony 2024-12-25 07:55:51 +07:00
parent 2dd93da8bd
commit 057c97fae9
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -122,6 +122,7 @@ sourceSets {
tasks.test { tasks.test {
useJUnitPlatform() useJUnitPlatform()
maxHeapSize = "4G"
} }
configurations { configurations {