project: update lombok
This commit is contained in:
@@ -13,9 +13,9 @@ plugins {
|
||||
dependencies {
|
||||
vanillaDep(group = "net.runelite.rs", name = "vanilla", version = rsversion.toString())
|
||||
|
||||
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(gradleApi())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user