Skip to content

Commit

Permalink
update lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
Treetrain1 committed Sep 25, 2024
1 parent baef25d commit 535faee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ dependencies {
relocModApi(files("libs/xjs-data-0.5.jar"))
relocModApi("org.exjson:xjs-compat:$xjs_compat_version")
relocModApi("com.personthecat:fresult:$fresult_version")
compileOnly("org.projectlombok:lombok:1.18.30")?.let { annotationProcessor(it) }
compileOnly("org.projectlombok:lombok:1.18.34")?.let { annotationProcessor(it) }

"testmodImplementation"(sourceSets.main.get().output)
}
Expand Down

0 comments on commit 535faee

Please sign in to comment.