We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b537b5 commit 0110631Copy full SHA for 0110631
pom.xml
@@ -238,12 +238,11 @@
238
<plugin>
239
<groupId>org.apache.maven.plugins</groupId>
240
<artifactId>maven-javadoc-plugin</artifactId>
241
- <version>3.8.0</version>
+ <version>3.5.0</version>
242
<configuration>
243
<source>${jdk.version}</source>
244
<detectJavaApiLink>false</detectJavaApiLink>
245
<doclint>none</doclint>
246
- <legacyMode>true</legacyMode>
247
</configuration>
248
<executions>
249
<execution>
@@ -299,7 +298,7 @@
299
298
300
301
302
303
304
305
0 commit comments