Skip to content

Commit 6105ecf

Browse files
committed
Lombok is now a compileOnly dependency
1 parent 4d14daa commit 6105ecf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ dependencies {
4646
implementation("org.ow2.asm:asm-tree:$asmVer")
4747

4848
val lombok = "org.projectlombok:lombok:1.18.20"
49-
implementation(lombok)
49+
compileOnly(lombok)
50+
testCompileOnly(lombok)
5051
annotationProcessor(lombok)
5152
testAnnotationProcessor(lombok)
5253
}

0 commit comments

Comments
 (0)