Fixed the order of compiler arguments
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user