We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8ab42 commit dac1671Copy full SHA for dac1671
1 file changed
jbbp/pom.xml
@@ -158,6 +158,7 @@
158
<groupId>org.apache.maven.plugins</groupId>
159
<artifactId>maven-javadoc-plugin</artifactId>
160
<configuration>
161
+ <detectJavaApiLink>false</detectJavaApiLink>
162
<failOnError>true</failOnError>
163
<show>protected</show>
164
<charset>UTF-8</charset>
@@ -170,7 +171,7 @@
170
171
<goal>jar</goal>
172
</goals>
173
- <source>1.8</source>
174
+ <source>8</source>
175
</configuration>
176
</execution>
177
</executions>
0 commit comments