Skip to content

Commit b1e565d

Browse files
committed
Pin javadoc to version 8
1 parent 213f53d commit b1e565d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@
158158
<groupId>org.apache.maven.plugins</groupId>
159159
<artifactId>maven-javadoc-plugin</artifactId>
160160
<version>3.2.0</version>
161+
<configuration>
162+
<source>8</source>
163+
</configuration>
161164
<executions>
162165
<execution>
163166
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)