ソースを参照

jfinal 3.2 release ^_^

James 8 年 前
コミット
23fe6f5310
1 ファイル変更3 行追加2 行削除
  1. 3 2
      pom.xml

+ 3 - 2
pom.xml

@@ -193,8 +193,9 @@
 				<artifactId>maven-compiler-plugin</artifactId>
 				<version>3.6.1</version>
 				<configuration>
-					<source>1.6</source>
-					<target>1.6</target>
+					<!-- compilerArgument>-parameters</compilerArgument -->
+					<source>1.8</source>
+					<target>1.8</target>
 				</configuration>
 			</plugin>