project: Fix gradle config

This commit is contained in:
Owain van Brakel
2021-10-29 05:52:51 +02:00
parent 5c57448705
commit 29f6857639
2 changed files with 2 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ dependencies {
compileOnly(group = "commons-io", name = "commons-io", version = "2.8.0")
compileOnly(project(":injection-annotations"))
compileOnly(project(":runescape-api"))
compileOnly(project(":cache"))
}
tasks {