diff options
author | Shigeru Chiba <chibash@users.noreply.github.com> | 2015-12-08 00:20:42 +0900 |
---|---|---|
committer | Shigeru Chiba <chibash@users.noreply.github.com> | 2015-12-08 00:20:42 +0900 |
commit | 3780d3fba9709e01c493d3506cbc5290a9146e07 (patch) | |
tree | c90d484bfe2096a0b44122b058d35e8ddd363da6 | |
parent | 4cf21faf5416cb73988ba7556fdb91f6f604b311 (diff) | |
parent | 0e40ca2a33a9f01dd9ca813ef4b5dea60267fd09 (diff) | |
download | javassist-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.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> |