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:
parent
2dd93da8bd
commit
057c97fae9
@ -122,6 +122,7 @@ sourceSets {
|
||||
|
||||
tasks.test {
|
||||
useJUnitPlatform()
|
||||
maxHeapSize = "4G"
|
||||
}
|
||||
|
||||
configurations {
|
||||
|
Loading…
Reference in New Issue
Block a user