"finish" injector module, more robust injected-client loading (#2881)

"finish" injector module, more robust injected-client loading
This commit is contained in:
Tyler Bochard
2020-12-22 22:03:29 -05:00
committed by GitHub
parent f415f3cc6e
commit c36be56e26
65 changed files with 96 additions and 1754 deletions

View File

@@ -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")
}