diff options
-rw-r--r-- | pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -140,8 +140,9 @@ <configuration> <source>1.6</source> <target>1.6</target> - <testSource>1.7</testSource> - <testTarget>1.7</testTarget> + <testSource>1.8</testSource> + <testTarget>1.8</testTarget> + <compilerArgument>-parameters</compilerArgument> </configuration> </plugin> <plugin> |