Merge pull request #1166 from Lucwousin/yar-yeet-dab

gradle: injected-client things
This commit is contained in:
Tyler Bochard
2019-07-28 17:43:51 -04:00
committed by GitHub
11 changed files with 53 additions and 143 deletions

View File

@@ -2,7 +2,6 @@ group = 'net.runelite.rs'
description = 'Injector'
def buildPath = buildDir.toString().replace('\\', '/') // this doesnt work in an ext block for some reason
def deobfuscatedJar = "${rootPath}/runescape-client/build/libs/rs-client-${project.version}.jar"
def vanillaJar = "${buildPath}/vanilla-${rsversion}.jar"