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 150
150
</execution >
151
151
</executions >
152
152
</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 >
153
165
</plugins >
154
166
<finalName >${project.artifactId} </finalName >
155
167
</build >
Original file line number Diff line number Diff line change 149
149
</execution >
150
150
</executions >
151
151
</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 >
152
164
</plugins >
153
165
<finalName >${project.artifactId} </finalName >
154
166
</build >
Original file line number Diff line number Diff line change 150
150
</execution >
151
151
</executions >
152
152
</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 >
153
165
</plugins >
154
166
<finalName >${project.artifactId} </finalName >
155
167
</build >
You can’t perform that action at this time.
0 commit comments