mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-04 00:45:57 +00:00
run server with nogui
This commit is contained in:
parent
45dec188a6
commit
381cf0a6ee
@ -157,7 +157,7 @@ task<JavaExec>(name = "runPaper") {
|
|||||||
jvmArgs = jvmFlags
|
jvmArgs = jvmFlags
|
||||||
maxHeapSize = testMem
|
maxHeapSize = testMem
|
||||||
minHeapSize = testMem
|
minHeapSize = testMem
|
||||||
//args = listOf("nogui")
|
args = listOf("nogui")
|
||||||
workingDir = file("$testDir/paper")
|
workingDir = file("$testDir/paper")
|
||||||
classpath = files("$testDir/paper/paperclip.jar")
|
classpath = files("$testDir/paper/paperclip.jar")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user