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