This repository was archived by the owner on Jan 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313
1414 <properties >
1515 <!-- minimal version is 2.1.0.RELEASE -->
16- <org .springframework.boot.version>2.6.7 </org .springframework.boot.version>
16+ <org .springframework.boot.version>2.7.3 </org .springframework.boot.version>
1717 </properties >
1818
1919
8989 <skip >true</skip >
9090 </configuration >
9191 </plugin >
92+ <plugin >
93+ <groupId >org.apache.maven.plugins</groupId >
94+ <artifactId >maven-compiler-plugin</artifactId >
95+ <version >3.10.1</version >
96+ <configuration >
97+ <compilerId >javac</compilerId >
98+ </configuration >
99+ <executions >
100+ <execution >
101+ <id >process-annotations</id >
102+ <phase >generate-sources</phase >
103+ <goals >
104+ <goal >compile</goal >
105+ </goals >
106+ <configuration >
107+ <compilerArgs >
108+ <arg >-proc:only</arg >
109+ </compilerArgs >
110+ </configuration >
111+ </execution >
112+ </executions >
113+ </plugin >
92114 </plugins >
93115 </build >
94116
You can’t perform that action at this time.
0 commit comments