File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 3
3
<properties >
4
4
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
5
5
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
6
- <maven .compiler.source>1.8 </maven .compiler.source>
7
- <maven .compiler.target>1.8 </maven .compiler.target>
6
+ <maven .compiler.source>11 </maven .compiler.source>
7
+ <maven .compiler.target>11 </maven .compiler.target>
8
8
<maven .scope>provided</maven .scope>
9
9
<maven .version>3.6.3</maven .version>
10
10
<maven .plugin.version>3.10.2</maven .plugin.version>
212
212
<groupId >org.apache.maven.plugins</groupId >
213
213
<artifactId >maven-compiler-plugin</artifactId >
214
214
<version >3.12.1</version >
215
+ <configuration >
216
+ <source >${maven.compiler.source} </source >
217
+ <target >${maven.compiler.target} </target >
218
+ <encoding >${project.build.sourceEncoding} </encoding >
219
+ <compilerArgs >
220
+ <arg >-Xlint:deprecation</arg >
221
+ <arg >-Xlint:unchecked</arg >
222
+ </compilerArgs >
223
+ </configuration >
215
224
</plugin >
216
225
<plugin >
217
226
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments