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")
|
||||
|
||||
Reference in New Issue
Block a user