Merge pull request #1183 from tomcylke/local-injected-fix

Gradle: Remove --local-injected
This commit is contained in:
Tyler Bochard
2019-07-29 14:28:33 -04:00
committed by GitHub

View File

@@ -91,5 +91,4 @@ wrapper {
run {
classpath = childProjects.client.sourceSets.main.runtimeClasspath
mainClassName = "net.runelite.client.RuneLite"
args += "--local-injected"
}