Add nogui argument to testWithPaper task

This commit is contained in:
dfsek
2020-11-09 10:45:10 -07:00
parent b56f01d606
commit 1c58ac6cb6

View File

@@ -122,6 +122,7 @@ val testWithPaper = task<JavaExec>(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")
}