aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorThomas <>2023-06-27 09:29:56 +0200
committerThomas <>2023-06-27 09:29:56 +0200
commit234176b7fe5c4178449d74a9627c3645212ac821 (patch)
treed24b9e25c8d96f15fcc5ec2f9b991d3e7ed13701 /build.gradle
parentca7b9d0863dcc1c02849a23db66310146f91c104 (diff)
downloadpdf-as-4-234176b7fe5c4178449d74a9627c3645212ac821.tar.gz
pdf-as-4-234176b7fe5c4178449d74a9627c3645212ac821.tar.bz2
pdf-as-4-234176b7fe5c4178449d74a9627c3645212ac821.zip
test(core): actived and fix some more tests
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index b13b7f31..9eb8a547 100644
--- a/build.gradle
+++ b/build.gradle
@@ -58,8 +58,9 @@ subprojects {
}
dependencies {
- compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.24'
- annotationProcessor group: 'org.projectlombok', name: 'lombok', version: '1.18.24'
+ implementation "org.projectlombok:lombok:1.18.28"
+ annotationProcessor "org.projectlombok:lombok:1.18.28"
+ testAnnotationProcessor "org.projectlombok:lombok:1.18.28"
testImplementation 'junit:junit:4.13.2'
}