Skip to content

Commit 492c171

Browse files
committed
Update build.gradle
1 parent 3bb494d commit 492c171

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

reactor-processors/flux-sink/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ dependencies {
2929
compile("io.vavr:vavr:$vavrVersion")
3030
compile("org.springframework.boot:spring-boot-starter-actuator")
3131
compile("org.springframework.boot:spring-boot-starter-webflux")
32+
3233
compileOnly("org.projectlombok:lombok")
34+
testCompileOnly("org.projectlombok:lombok")
35+
annotationProcessor("org.projectlombok:lombok")
36+
3337
testCompile("org.springframework.boot:spring-boot-starter-test")
3438
testCompile("io.projectreactor:reactor-test")
3539
}

0 commit comments

Comments
 (0)