File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change 99 <sourceDirectory >src/main/java</sourceDirectory >
1010 <testSourceDirectory >src/test/java</testSourceDirectory >
1111 <plugins >
12- <plugin >
13- <groupId >org.apache.maven.plugins</groupId >
14- <artifactId >maven-surefire-plugin</artifactId >
15- <version >3.0.0-M7</version >
16- <configuration >
17- <source >1.8</source >
18- <target >1.8</target >
19- </configuration >
20- </plugin >
21- <plugin >
22- <groupId >org.apache.maven.plugins</groupId >
23- <artifactId >maven-failsafe-plugin</artifactId >
24- <version >3.0.0-M7</version >
12+ <plugin >
13+ <artifactId >maven-compiler-plugin</artifactId >
14+ <version >3.8.1</version >
2515 <configuration >
26- <source >1.8</source >
27- <target >1.8</target >
28- </configuration >
29- </plugin >
16+ <release >15</release >
17+ </configuration >
18+ </plugin >
3019 </plugins >
3120 </build >
3221 <distributionManagement >
You can’t perform that action at this time.
0 commit comments