Commit 7cbb68b
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments