plugin: pom.xml: use java.version property for compiler-plugin
This commit is contained in:
parent
67abe9ab5b
commit
2bfdaa1087
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@
|
||||||
</compilerArgs>
|
</compilerArgs>
|
||||||
<showDeprecation>true</showDeprecation>
|
<showDeprecation>true</showDeprecation>
|
||||||
<showWarnings>true</showWarnings>
|
<showWarnings>true</showWarnings>
|
||||||
<source>1.8</source>
|
<source>${java.version}</source>
|
||||||
<target>1.8</target>
|
<target>${java.version}</target>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin><!-- maven-compiler-plugin -->
|
</plugin><!-- maven-compiler-plugin -->
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in a new issue