Fixed the order of compiler arguments, again

This commit is contained in:
Marcin Grzejszczak
2016-02-19 08:03:06 +01:00
parent 96425e2a60
commit 44166e8f46

View File

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