|
@@ -75,8 +75,8 @@
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
<version>${maven-compiler-plugin.version}</version>
|
|
|
<configuration>
|
|
|
- <source>${java.version}</source>
|
|
|
- <target>${java.version}</target>
|
|
|
+ <source>1.8</source>
|
|
|
+ <target>1.8</target>
|
|
|
<compilerArgument>-proc:none</compilerArgument>
|
|
|
</configuration>
|
|
|
</plugin>
|