project: Fix gradle config
This commit is contained in:
@@ -30,7 +30,7 @@ dependencies {
|
||||
|
||||
compileOnly(group = "org.projectlombok", name = "lombok", version = ProjectVersions.lombokVersion)
|
||||
|
||||
api(project(":cache"))
|
||||
compileOnly(project(":cache"))
|
||||
|
||||
implementation(group = "com.google.code.findbugs", name = "jsr305", version = "3.0.2")
|
||||
implementation(group = "com.google.guava", name = "guava", version = "30.1.1-jre")
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user