"finish" injector module, more robust injected-client loading (#2881)
"finish" injector module, more robust injected-client loading
This commit is contained in:
@@ -85,7 +85,6 @@ dependencies {
|
||||
implementation(group = "net.runelite.jogl", name = "jogl-all", version = "2.4.0-rc-20200429")
|
||||
|
||||
runtimeOnly(group = "org.pushing-pixels", name = "radiance-trident", version = "2.5.1")
|
||||
runtimeOnly(project(":injected-client"))
|
||||
runtimeOnly(project(":runescape-api"))
|
||||
runtimeOnly(group = "net.runelite.gluegen", name = "gluegen-rt", version = "2.4.0-rc-20200429", classifier = "natives-linux-amd64")
|
||||
runtimeOnly(group = "net.runelite.gluegen", name = "gluegen-rt", version = "2.4.0-rc-20200429", classifier = "natives-windows-amd64")
|
||||
@@ -127,6 +126,7 @@ tasks {
|
||||
}
|
||||
|
||||
processResources {
|
||||
dependsOn(":injector:build")
|
||||
finalizedBy("filterResources")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user