Skip to content

Commit dac1671

Browse files
committed
added workaround for javadoc release build known Java 11 bug
1 parent ea8ab42 commit dac1671

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jbbp/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
<groupId>org.apache.maven.plugins</groupId>
159159
<artifactId>maven-javadoc-plugin</artifactId>
160160
<configuration>
161+
<detectJavaApiLink>false</detectJavaApiLink>
161162
<failOnError>true</failOnError>
162163
<show>protected</show>
163164
<charset>UTF-8</charset>
@@ -170,7 +171,7 @@
170171
<goal>jar</goal>
171172
</goals>
172173
<configuration>
173-
<source>1.8</source>
174+
<source>8</source>
174175
</configuration>
175176
</execution>
176177
</executions>

0 commit comments

Comments
 (0)