Browse Source

maven-compiler-plugin 升级到 3.8.1

James 3 years ago
parent
commit
53e8e5ac7c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -255,12 +255,12 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-compiler-plugin</artifactId>
-				<version>3.6.1</version>
+				<version>3.8.1</version>
 				<configuration>
-					<!-- <compilerArgument>-parameters</compilerArgument> -->
 					<source>1.8</source>
 					<target>1.8</target>
 					<encoding>UTF-8</encoding>
+					<!-- <compilerArgs><arg>-parameters</arg></compilerArgs> -->
 				</configuration>
 			</plugin>