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.
8
1 parent f324825 commit 9f265b1Copy full SHA for 9f265b1
pom.xml
@@ -282,6 +282,9 @@
282
</goals>
283
</execution>
284
</executions>
285
+ <configuration>
286
+ <source>8</source>
287
+ </configuration>
288
</plugin>
289
<plugin>
290
<groupId>org.apache.maven.plugins</groupId>
@@ -331,6 +334,9 @@
331
334
332
335
<artifactId>maven-javadoc-plugin</artifactId>
333
336
<version>${maven.javadoc.plugin.version}</version>
337
338
339
340
341
342
<groupId>org.codehaus.mojo</groupId>
0 commit comments