Skip to content

Commit 9f265b1

Browse files
author
Isaac Brodsky
committed
Set source configuration to 8 per JDK-8212233
1 parent f324825 commit 9f265b1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,9 @@
282282
</goals>
283283
</execution>
284284
</executions>
285+
<configuration>
286+
<source>8</source>
287+
</configuration>
285288
</plugin>
286289
<plugin>
287290
<groupId>org.apache.maven.plugins</groupId>
@@ -331,6 +334,9 @@
331334
<groupId>org.apache.maven.plugins</groupId>
332335
<artifactId>maven-javadoc-plugin</artifactId>
333336
<version>${maven.javadoc.plugin.version}</version>
337+
<configuration>
338+
<source>8</source>
339+
</configuration>
334340
</plugin>
335341
<plugin>
336342
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)