Skip to content

Commit d45167c

Browse files
authored
Merge pull request #78 from kalnitsk/lombok-compile-only
Set lombok to be a compileOnly dependency
2 parents c32580c + ca98741 commit d45167c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ configurations {
5959
dependencies {
6060
annotationProcessor 'org.projectlombok:lombok:1.18.12'
6161

62-
implementation 'org.projectlombok:lombok:1.18.12'
62+
compileOnly 'org.projectlombok:lombok:1.18.12'
6363
implementation 'com.fasterxml.jackson.core:jackson-core:2.11.1'
6464
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.11.1'
6565
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.1'
@@ -75,6 +75,7 @@ dependencies {
7575
testImplementation "com.github.javafaker:javafaker:1.0.2"
7676
testImplementation "com.github.tomakehurst:wiremock-jre8:2.27.0"
7777
testImplementation 'software.amazon.awssdk:cloudwatch:2.13.54'
78+
testCompileOnly 'org.projectlombok:lombok:1.18.12'
7879
testAnnotationProcessor 'org.projectlombok:lombok:1.18.12'
7980
}
8081

0 commit comments

Comments
 (0)