Skip to content

Commit 3bb494d

Browse files
committed
Update build.gradle
1 parent 0ff062e commit 3bb494d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactor-processors/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ plugins {
99
id "base"
1010
id "idea"
1111
id "eclipse"
12+
id("io.franzbecker.gradle-lombok") version "3.2.0"
1213
}
1314

1415
wrapper {
@@ -26,7 +27,6 @@ allprojects {
2627
}
2728

2829
subprojects {
29-
3030
apply plugin: "java"
3131

3232
sourceCompatibility = targetCompatibility = "$javaVersion"

0 commit comments

Comments
 (0)