Skip to content

Commit

Permalink
added workaround for javadoc release build known Java 11 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
raydac committed Jul 26, 2020
1 parent ea8ab42 commit dac1671
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jbbp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<detectJavaApiLink>false</detectJavaApiLink>
<failOnError>true</failOnError>
<show>protected</show>
<charset>UTF-8</charset>
Expand All @@ -170,7 +171,7 @@
<goal>jar</goal>
</goals>
<configuration>
<source>1.8</source>
<source>8</source>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit dac1671

Please sign in to comment.