1
0
mirror of https://github.com/dnpm-dip/mv64e-mtb-dto-java.git synced 2025-07-01 18:22:54 +00:00

Use Project Lombok

This commit is contained in:
2025-06-16 22:05:25 +02:00
parent ae535c6ab3
commit ea4456a9ae
171 changed files with 2056 additions and 3025 deletions

View File

@ -12,6 +12,12 @@ repositories {
dependencies {
api 'com.fasterxml.jackson.core:jackson-databind:2.12.7.2'
compileOnly("org.projectlombok:lombok:1.18.38")
annotationProcessor("org.projectlombok:lombok:1.18.38")
testCompileOnly("org.projectlombok:lombok:1.18.38")
testAnnotationProcessor("org.projectlombok:lombok:1.18.38")
testImplementation platform('org.junit:junit-bom:5.10.0')
testImplementation 'org.junit.jupiter:junit-jupiter'
}