Skip to content

Commit c25c29b

Browse files
committed
fix: make lombok work OOTB with JDK 25
Signed-off-by: Michel Palourdio <[email protected]>
1 parent 9906449 commit c25c29b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

starter/spring-boot-starter-parent/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ publishing.publications.withType(MavenPublication) {
4040
delegate."project.build.sourceEncoding"('UTF-8')
4141
delegate."project.reporting.outputEncoding"('UTF-8')
4242
delegate."spring-boot.run.main-class"('${start-class}')
43+
delegate."maven.compiler.proc"('full')
4344
}
4445
}
4546
root.scm.plus {

0 commit comments

Comments
 (0)