project: update lombok

This commit is contained in:
ThatGamerBlue
2021-04-07 20:54:22 +01:00
parent fe9970827f
commit 94f9816df3
9 changed files with 21 additions and 19 deletions

View File

@@ -27,9 +27,9 @@ group = "com.openosrs"
description = "RuneLite JShell"
dependencies {
annotationProcessor(group = "org.projectlombok", name = "lombok", version = "1.18.4")
annotationProcessor(group = "org.projectlombok", name = "lombok", version = ProjectVersions.lombokVersion)
compileOnly(group = "org.projectlombok", name = "lombok", version = "1.18.4")
compileOnly(group = "org.projectlombok", name = "lombok", version = ProjectVersions.lombokVersion)
implementation(group = "com.google.code.findbugs", name = "jsr305", version = "3.0.2")
implementation(group = "com.google.inject", name = "guice", version = "4.1.0", classifier = "no_aop")