Skip to content

Commit 0ff062e

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mailbox/webapp/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ dependencies {
1919
testCompile("org.springframework.security:spring-security-test")
2020
testCompile("org.springframework.boot:spring-boot-starter-test")
2121
testCompile("io.projectreactor:reactor-test")
22+
23+
compileOnly("org.projectlombok:lombok")
2224
testCompileOnly("org.projectlombok:lombok")
25+
annotationProcessor("org.projectlombok:lombok")
2326
}

0 commit comments

Comments
 (0)