Skip to content

Commit 7cbb68b

Browse files
committed
Fix Maven compiler plugin: add missing lombok.version property
The maven-compiler-plugin configuration referenced ${lombok.version} but the property was not defined, causing build failures. Added lombok.version=1.18.30 to match Spring Boot's managed version.
1 parent 2a95a0b commit 7cbb68b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4444
<spring-boot.version>3.2.0</spring-boot.version>
4545
<junit.version>5.10.1</junit.version>
46+
<lombok.version>1.18.30</lombok.version>
4647
</properties>
4748

4849
<dependencyManagement>

0 commit comments

Comments
 (0)