File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed
Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 150150 </execution >
151151 </executions >
152152 </plugin >
153+ <plugin >
154+ <groupId >org.apache.maven.plugins</groupId >
155+ <artifactId >maven-compiler-plugin</artifactId >
156+ <version >3.10.1</version >
157+ <configuration >
158+ <compilerArgs >
159+ <arg >-parameters</arg >
160+ </compilerArgs >
161+ <source >17</source >
162+ <target >17</target >
163+ </configuration >
164+ </plugin >
153165 </plugins >
154166 <finalName >${project.artifactId} </finalName >
155167 </build >
Original file line number Diff line number Diff line change 149149 </execution >
150150 </executions >
151151 </plugin >
152+ <plugin >
153+ <groupId >org.apache.maven.plugins</groupId >
154+ <artifactId >maven-compiler-plugin</artifactId >
155+ <version >3.10.1</version >
156+ <configuration >
157+ <compilerArgs >
158+ <arg >-parameters</arg >
159+ </compilerArgs >
160+ <source >17</source >
161+ <target >17</target >
162+ </configuration >
163+ </plugin >
152164 </plugins >
153165 <finalName >${project.artifactId} </finalName >
154166 </build >
Original file line number Diff line number Diff line change 150150 </execution >
151151 </executions >
152152 </plugin >
153+ <plugin >
154+ <groupId >org.apache.maven.plugins</groupId >
155+ <artifactId >maven-compiler-plugin</artifactId >
156+ <version >3.10.1</version >
157+ <configuration >
158+ <compilerArgs >
159+ <arg >-parameters</arg >
160+ </compilerArgs >
161+ <source >17</source >
162+ <target >17</target >
163+ </configuration >
164+ </plugin >
153165 </plugins >
154166 <finalName >${project.artifactId} </finalName >
155167 </build >
You can’t perform that action at this time.
0 commit comments