We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb494d commit 492c171Copy full SHA for 492c171
reactor-processors/flux-sink/build.gradle
@@ -29,7 +29,11 @@ dependencies {
29
compile("io.vavr:vavr:$vavrVersion")
30
compile("org.springframework.boot:spring-boot-starter-actuator")
31
compile("org.springframework.boot:spring-boot-starter-webflux")
32
+
33
compileOnly("org.projectlombok:lombok")
34
+ testCompileOnly("org.projectlombok:lombok")
35
+ annotationProcessor("org.projectlombok:lombok")
36
37
testCompile("org.springframework.boot:spring-boot-starter-test")
38
testCompile("io.projectreactor:reactor-test")
39
}
0 commit comments