File tree Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Expand file tree Collapse file tree 2 files changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -483,6 +483,18 @@ limitations under the License.
483
483
<source >17</source >
484
484
<target >17</target >
485
485
<parameters >true</parameters >
486
+ <annotationProcessorPaths >
487
+ <path >
488
+ <groupId >org.springframework.boot</groupId >
489
+ <artifactId >spring-boot-configuration-processor</artifactId >
490
+ <version >${spring-boot.version} </version >
491
+ </path >
492
+ <path >
493
+ <groupId >org.projectlombok</groupId >
494
+ <artifactId >lombok</artifactId >
495
+ <version >1.18.28</version >
496
+ </path >
497
+ </annotationProcessorPaths >
486
498
</configuration >
487
499
</plugin >
488
500
Original file line number Diff line number Diff line change 27
27
28
28
<build >
29
29
<defaultGoal >verify</defaultGoal >
30
+
31
+ <plugins >
32
+ <plugin >
33
+ <groupId >org.apache.maven.plugins</groupId >
34
+ <artifactId >maven-compiler-plugin</artifactId >
35
+ <version >3.11.0</version >
36
+ <configuration >
37
+ <annotationProcessorPaths >
38
+ <path >
39
+ <groupId >org.springframework.boot</groupId >
40
+ <artifactId >spring-boot-configuration-processor</artifactId >
41
+ <version >3.1.2</version >
42
+ </path >
43
+ <path >
44
+ <groupId >org.projectlombok</groupId >
45
+ <artifactId >lombok</artifactId >
46
+ <version >1.18.28</version >
47
+ </path >
48
+ </annotationProcessorPaths >
49
+ </configuration >
50
+ </plugin >
51
+ </plugins >
30
52
</build >
31
53
32
54
<dependencyManagement >
You can’t perform that action at this time.
0 commit comments