9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-19 14:59:21 +00:00

build: bump lombok to 1.18.38

This commit is contained in:
William278
2025-04-09 19:07:27 +01:00
parent cd3e4ef063
commit 805ffb19c2
3 changed files with 6 additions and 6 deletions

View File

@@ -27,9 +27,9 @@ dependencies {
compileOnly 'net.william278:DesertWell:2.0.4'
compileOnly 'org.jetbrains:annotations:26.0.2'
compileOnly 'org.projectlombok:lombok:1.18.36'
compileOnly 'org.projectlombok:lombok:1.18.38'
annotationProcessor 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.projectlombok:lombok:1.18.38'
implementation include(project(path: ":common"))
project(":common").configurations.api.dependencies.each { dependency ->