This commit is contained in:
TheRealNull
2020-12-19 17:52:08 -05:00
parent b6f47eb581
commit 473fe2fa43
93 changed files with 1600 additions and 1296 deletions

View File

@@ -40,7 +40,7 @@ dependencies {
implementation("com.google.guava:guava:29.0-jre")
implementation(project(":deobfuscator"))
testCompileOnly("com.openosrs:injection-annotations:1.0")
testCompileOnly(project(":injection-annotations"))
testImplementation("junit:junit:4.13")
}