diff --git a/build.gradle.kts b/build.gradle.kts index 879c515a0..b46de5aae 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -122,6 +122,7 @@ val testWithPaper = task(name = "testWithPaper") { "-XX:MaxTenuringThreshold=1", "-Dusing.aikars.flags=https://mcflags.emc.gs", "-Daikars.new.flags=true") maxHeapSize = "2G" + args = listOf("nogui") workingDir = file("${testDir}/") classpath = files("${testDir}/paper.jar") }