asm: Use a more sensible approach for annotations

This commit is contained in:
Lucwousin
2020-07-16 02:01:33 +02:00
parent eb1d6bbd74
commit 29105c9501
49 changed files with 625 additions and 1271 deletions

View File

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