mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-21 17:45:36 +01:00
Skip ViaProxy update check in runViaProxy gradle task (#4224)
This commit is contained in:
parent
10f2cad8fd
commit
4054e83ffe
@ -30,6 +30,7 @@ tasks.register<JavaExec>("runViaProxy") {
|
||||
mainClass.set("net.raphimc.viaproxy.ViaProxy")
|
||||
classpath = viaProxyConfiguration
|
||||
workingDir = file("run")
|
||||
jvmArgs = listOf("-DskipUpdateCheck")
|
||||
|
||||
doFirst {
|
||||
val jarsDir = file("$workingDir/jars")
|
||||
|
Loading…
Reference in New Issue
Block a user