We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a53da3 commit 9f1e642Copy full SHA for 9f1e642
1 file changed
pom.xml
@@ -156,6 +156,7 @@
156
157
<build>
158
<plugins>
159
+
160
<plugin>
161
<groupId>org.apache.maven.plugins</groupId>
162
<artifactId>maven-jxr-plugin</artifactId>
@@ -259,8 +260,8 @@
259
260
<artifactId>maven-compiler-plugin</artifactId>
261
<version>${maven-compiler-plugin.version}</version>
262
<configuration>
- <!--<source>${java.version}</source>-->
263
- <!--<target>${java.version}</target>-->
+ <source>8</source>
264
+ <target>8</target>
265
<compilerArgument>-Xlint:all</compilerArgument>
266
<showWarnings>true</showWarnings>
267
<showDeprecation>true</showDeprecation>
0 commit comments