File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
1
+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
2
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2
3
3
4
<modelVersion >4.0.0</modelVersion >
4
5
35
36
36
37
<build >
37
38
<plugins >
39
+ <plugin >
40
+ <groupId >org.apache.maven.plugins</groupId >
41
+ <artifactId >maven-compiler-plugin</artifactId >
42
+ <version >3.8.1</version >
43
+ <configuration >
44
+ <encoding >UTF-8</encoding >
45
+ <failOnWarning >true</failOnWarning >
46
+ <parameters >true</parameters >
47
+ <release >11</release >
48
+ <showDeprecation >true</showDeprecation >
49
+ <showWarnings >true</showWarnings >
50
+ <source >11</source >
51
+ <target >11</target >
52
+ </configuration >
53
+ </plugin >
54
+
38
55
<plugin >
39
56
<artifactId >maven-deploy-plugin</artifactId >
40
57
<version >2.8.2</version >
You can’t perform that action at this time.
0 commit comments