We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4054e83 commit 8fdae33Copy full SHA for 8fdae33
common/build.gradle.kts
@@ -32,6 +32,10 @@ tasks.register<JavaExec>("runViaProxy") {
32
workingDir = file("run")
33
jvmArgs = listOf("-DskipUpdateCheck")
34
35
+ if (System.getProperty("viaproxy.gui.autoStart") != null) {
36
+ jvmArgs("-Dviaproxy.gui.autoStart")
37
+ }
38
+
39
doFirst {
40
val jarsDir = file("$workingDir/jars")
41
jarsDir.mkdirs()
0 commit comments