1
0
mirror of synced 2025-12-19 18:14:56 -05:00

remove all dependencies to lombok (#37627)

We only use lombok for super trivial stuff and it tends to not play well with Micronauts. Lets' get rid of it!
This commit is contained in:
Stephane Geneix
2024-04-26 12:01:29 -07:00
committed by GitHub
parent 2f76ace22e
commit 75ac5a98b4
12 changed files with 17 additions and 32 deletions

View File

@@ -188,15 +188,6 @@ allprojects {
}
dependencies {
// Lombok dependencies.
def lombok = "org.projectlombok:lombok:1.18.30"
compileOnly lombok
annotationProcessor lombok
testCompileOnly lombok
testAnnotationProcessor lombok
testFixturesCompileOnly lombok
testFixturesAnnotationProcessor lombok
// JUnit dependencies.
def vAssertJ = "3.25.3"
def vJUnit = "5.10.2"