Skip to content

Commit 5aa02ab

Browse files
xqxq
xq
authored and
xq
committed
11
1 parent 40fb3f0 commit 5aa02ab

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deleteduplicatefile/pom.xml

+9
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@
4343
</executions>
4444
</plugin>
4545

46+
<plugin>
47+
<groupId>org.apache.maven.plugins</groupId>
48+
<artifactId>maven-compiler-plugin</artifactId>
49+
<version>3.5.1</version>
50+
<configuration>
51+
<source>1.8</source>
52+
<target>1.8</target>
53+
</configuration>
54+
</plugin>
4655
</plugins>
4756
</build>
4857
</project>

0 commit comments

Comments
 (0)