Skip to content

Commit

Permalink
updated lombok
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Jul 7, 2024
1 parent ede6f7a commit 2232c70
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions files/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repositories {
}

dependencies {
compileOnly("org.projectlombok:lombok:1.18.32")
compileOnly("org.projectlombok:lombok:1.18.34")
compileOnly("org.jetbrains:annotations:24.1.0")

api(project(":utils"))
Expand All @@ -28,7 +28,7 @@ dependencies {
compileOnlyApi("com.google.code.gson:gson:2.10.1")
testImplementation("com.google.code.gson:gson:2.10.1")

annotationProcessor("org.projectlombok:lombok:1.18.32")
annotationProcessor("org.projectlombok:lombok:1.18.34")
}

publishing {
Expand Down
4 changes: 2 additions & 2 deletions i18n/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ dependencies {

compileOnlyApi("net.kyori:adventure-text-minimessage:4.17.0")

compileOnly("org.projectlombok:lombok:1.18.32")
compileOnly("org.projectlombok:lombok:1.18.34")
compileOnly("org.jetbrains:annotations:24.1.0")

testImplementation("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")
testImplementation(project(":utils"))
testImplementation(project(":files"))

annotationProcessor("org.projectlombok:lombok:1.18.32")
annotationProcessor("org.projectlombok:lombok:1.18.34")

testImplementation("org.junit.jupiter:junit-jupiter:5.11.0-M2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
Expand Down
4 changes: 2 additions & 2 deletions nbt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ dependencies {
testImplementation("com.google.code.gson:gson:2.10.1")

compileOnly("org.jetbrains:annotations:24.1.0")
compileOnly("org.projectlombok:lombok:1.18.32")
compileOnly("org.projectlombok:lombok:1.18.34")

annotationProcessor("org.projectlombok:lombok:1.18.32")
annotationProcessor("org.projectlombok:lombok:1.18.34")
}

publishing {
Expand Down
4 changes: 2 additions & 2 deletions paper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ repositories {
}

dependencies {
compileOnly("org.projectlombok:lombok:1.18.32")
compileOnly("org.projectlombok:lombok:1.18.34")
compileOnly("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")
compileOnly(project(":annotations"))

annotationProcessor("org.projectlombok:lombok:1.18.32")
annotationProcessor("org.projectlombok:lombok:1.18.34")
}

publishing {
Expand Down
4 changes: 2 additions & 2 deletions sql/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ repositories {
}

dependencies {
compileOnly("org.projectlombok:lombok:1.18.32")
compileOnly("org.projectlombok:lombok:1.18.34")
compileOnly("org.jetbrains:annotations:24.1.0")
compileOnly(project(":annotations"))

annotationProcessor("org.projectlombok:lombok:1.18.32")
annotationProcessor("org.projectlombok:lombok:1.18.34")
}

publishing {
Expand Down
4 changes: 2 additions & 2 deletions utils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ repositories {
}

dependencies {
compileOnly("org.projectlombok:lombok:1.18.32")
compileOnly("org.projectlombok:lombok:1.18.34")
compileOnly("org.jetbrains:annotations:24.1.0")
compileOnly(project(":annotations"))

annotationProcessor("org.projectlombok:lombok:1.18.32")
annotationProcessor("org.projectlombok:lombok:1.18.34")
}

publishing {
Expand Down

0 comments on commit 2232c70

Please sign in to comment.