File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 10501050 <plugin >
10511051 <groupId >org.apache.maven.plugins</groupId >
10521052 <artifactId >maven-javadoc-plugin</artifactId >
1053- <version >2.9.1 </version > <!-- $NO-MVN-MAN-VER$ -- >
1053+ <version >3.8.0 </version >
10541054 <configuration >
10551055 <quiet >true</quiet >
10561056 <detectOfflineLinks >false</detectOfflineLinks >
1057- <additionalJOptions combine.children=" append" >
1057+ <release >11</release >
1058+ <additionalJOptions >
10581059 <additionalJOption >-Xdoclint:none</additionalJOption >
1060+ <additionalJOption >--allow-script-in-comments</additionalJOption >
1061+ <!-- Suppress the error that is accepted by JDK 8 but not by JDK 11. -->
1062+ <additionalJOption >--ignore-source-errors</additionalJOption >
10591063 </additionalJOptions >
10601064 </configuration >
10611065 </plugin >
You can’t perform that action at this time.
0 commit comments