aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShigeru Chiba <chibash@users.noreply.github.com>2015-12-08 00:20:42 +0900
committerShigeru Chiba <chibash@users.noreply.github.com>2015-12-08 00:20:42 +0900
commit3780d3fba9709e01c493d3506cbc5290a9146e07 (patch)
treec90d484bfe2096a0b44122b058d35e8ddd363da6
parent4cf21faf5416cb73988ba7556fdb91f6f604b311 (diff)
parent0e40ca2a33a9f01dd9ca813ef4b5dea60267fd09 (diff)
downloadjavassist-3780d3fba9709e01c493d3506cbc5290a9146e07.tar.gz
javassist-3780d3fba9709e01c493d3506cbc5290a9146e07.zip
Merge pull request #54 from wuwen5/compiler-Argument
fixes JAVASSIST-245 <source> and <target> is 1.6, but <compilerArgument> "-parameters" in1.8
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index e76ccf67..aee2d2a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>