Skip to content

Commit 4054e83

Browse files
authored
Skip ViaProxy update check in runViaProxy gradle task (ViaVersion#4224)
1 parent 10f2cad commit 4054e83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ tasks.register<JavaExec>("runViaProxy") {
3030
mainClass.set("net.raphimc.viaproxy.ViaProxy")
3131
classpath = viaProxyConfiguration
3232
workingDir = file("run")
33+
jvmArgs = listOf("-DskipUpdateCheck")
3334

3435
doFirst {
3536
val jarsDir = file("$workingDir/jars")

0 commit comments

Comments
 (0)