Skip to content

Commit e8339b0

Browse files
author
Danny Becker
committed
Workaround for javadoc compile issue
1 parent a8a33e0 commit e8339b0

File tree

1 file changed

+1
-0
lines changed
  • hadoop-hdfs-project/hadoop-hdfs-client

1 file changed

+1
-0
lines changed

hadoop-hdfs-project/hadoop-hdfs-client/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
190190
<groupId>org.apache.maven.plugins</groupId>
191191
<artifactId>maven-javadoc-plugin</artifactId>
192192
<configuration>
193+
<source>8</source>
193194
<excludePackageNames>org.apache.hadoop.hdfs.protocol.proto</excludePackageNames>
194195
</configuration>
195196
</plugin>

0 commit comments

Comments
 (0)