fix windows launch
This commit is contained in:
parent
95499e8be3
commit
6887e65a70
@ -42,5 +42,6 @@ java {
|
||||
|
||||
application {
|
||||
mainClass.set("gay.pizza.CavesOfJolk.Program")
|
||||
applicationDefaultJvmArgs = listOf("-XstartOnFirstThread") // Make MacOS happy
|
||||
if (System.getProperty("os.name") == "Mac OS X")
|
||||
applicationDefaultJvmArgs = listOf("-XstartOnFirstThread") // Make MacOS happy
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user