We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc7533 commit cdb57c4Copy full SHA for cdb57c4
pom.xml
@@ -252,8 +252,8 @@
252
<artifactId>maven-compiler-plugin</artifactId>
253
<version>${maven-compiler-plugin.version}</version>
254
<configuration>
255
- <source>${java.version}</source>
256
- <target>${java.version}</target>
+<!-- <source>${java.version}</source>-->
+<!-- <target>${java.version}</target>-->
257
<compilerArgument>-Xlint:all</compilerArgument>
258
<showWarnings>true</showWarnings>
259
<showDeprecation>true</showDeprecation>
0 commit comments