This commit is contained in:
Brian Neumann-Fopiano
2026-07-27 13:46:24 -05:00
parent d5a55ccfcf
commit 74741ac83e
112 changed files with 3393 additions and 1025 deletions
+4
View File
@@ -172,6 +172,10 @@ tasks.named('test').configure {
loom {
accessWidenerPath = file('src/main/resources/irisworldgen.accesswidener')
runs {
client {
runDir(providers.gradleProperty('irisClientRunDir').getOrElse('run'))
vmArg('-Xmx8G')
}
server {
String parity = providers.gradleProperty('irisParity').getOrNull()
if (parity != null) {