diff options
author | 文武 <wenwu@ofcard.com> | 2015-08-01 00:19:24 +0800 |
---|---|---|
committer | 文武 <wenwu@ofcard.com> | 2015-08-01 00:19:24 +0800 |
commit | 0e40ca2a33a9f01dd9ca813ef4b5dea60267fd09 (patch) | |
tree | be156fecd214fd6a4cc1063432d7857818f8ab8a /pom.xml | |
parent | af8aba0dd41ff5c72b63ba3770a829bffecdb7b4 (diff) | |
download | javassist-0e40ca2a33a9f01dd9ca813ef4b5dea60267fd09.tar.gz javassist-0e40ca2a33a9f01dd9ca813ef4b5dea60267fd09.zip |
<source> and <target> is 1.6, but <compilerArgument> "-parameters" in 1.8 version.
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -147,7 +147,7 @@ <target>1.6</target> <testSource>1.8</testSource> <testTarget>1.8</testTarget> - <compilerArgument>-parameters</compilerArgument> + <testCompilerArgument>-parameters</testCompilerArgument> </configuration> </plugin> <plugin> |