Merge pull request #2745 from Lucwousin/deob-annot
Deob/asm: Improve cfg deob, reproducible jars, smart annotations
This commit is contained in:
@@ -155,7 +155,7 @@ tasks {
|
||||
register<JavaExec>("RuneLite.main()") {
|
||||
group = "openosrs"
|
||||
|
||||
classpath = project.sourceSets.main.get().runtimeClasspath
|
||||
classpath = sourceSets["main"].runtimeClasspath
|
||||
enableAssertions = true
|
||||
main = "net.runelite.client.RuneLite"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user