ソースを参照

maven-compiler-plugin 升级到 3.8.1

James 3 年 前
コミット
53e8e5ac7c
1 ファイル変更2 行追加2 行削除
  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>