File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 124
124
<snakeyaml .version>2.4</snakeyaml .version>
125
125
<commons-codec .version>1.18.0</commons-codec .version>
126
126
<jsr305 .optional>true</jsr305 .optional>
127
+ <maven-compiler-plugin .version>3.13.0</maven-compiler-plugin .version>
128
+ <maven .compiler.proc>full</maven .compiler.proc>
127
129
</properties >
128
130
<dependencyManagement >
129
131
<dependencies >
748
750
<plugin >
749
751
<groupId >org.apache.maven.plugins</groupId >
750
752
<artifactId >maven-compiler-plugin</artifactId >
751
- <version >3.13.0 </version >
753
+ <version >${maven-compiler-plugin.version} </version >
752
754
<configuration >
753
755
<release >${java.version} </release >
754
756
<showWarnings >true</showWarnings >
759
761
<arg >-Xlint:all</arg >
760
762
<arg >-Xlint:-processing</arg >
761
763
</compilerArgs >
762
- <annotationProcessorPaths >
763
- <annotationProcessorPath >
764
- <groupId >org.projectlombok</groupId >
765
- <artifactId >lombok</artifactId >
766
- </annotationProcessorPath >
767
- </annotationProcessorPaths >
768
764
</configuration >
769
765
</plugin >
770
766
<plugin >
You can’t perform that action at this time.
0 commit comments