Fixed the order of compiler arguments

This commit is contained in:
Marcin Grzejszczak
2016-02-19 08:02:37 +01:00
parent 6e827b2999
commit 96425e2a60

View File

@@ -62,8 +62,8 @@
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
<compilerArguments>
<source>${maven.compiler.testTarget}</source>
<target>${maven.compiler.testSource}</target>
<source>${maven.compiler.testSource}</source>
<target>${maven.compiler.testTarget}</target>
</compilerArguments>
</configuration>
</execution>