fix windows launch
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user