|
@@ -255,12 +255,12 @@
|
|
|
<plugin>
|
|
<plugin>
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
- <version>3.6.1</version>
|
|
|
|
|
|
|
+ <version>3.8.1</version>
|
|
|
<configuration>
|
|
<configuration>
|
|
|
- <!-- <compilerArgument>-parameters</compilerArgument> -->
|
|
|
|
|
<source>1.8</source>
|
|
<source>1.8</source>
|
|
|
<target>1.8</target>
|
|
<target>1.8</target>
|
|
|
<encoding>UTF-8</encoding>
|
|
<encoding>UTF-8</encoding>
|
|
|
|
|
+ <!-- <compilerArgs><arg>-parameters</arg></compilerArgs> -->
|
|
|
</configuration>
|
|
</configuration>
|
|
|
</plugin>
|
|
</plugin>
|
|
|
|
|
|