Merge pull request #14923 from Perdjesk/feature/javadoc-explicit-language

maven-javadoc-plugin,locale explicitly set to english
This commit is contained in:
Lukas Eder 2023-04-11 11:28:04 +02:00 committed by GitHub
commit 09b1c42858
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -669,6 +669,8 @@
<encoding>UTF-8</encoding>
<show>protected</show>
<notree>true</notree>
<!-- Explicit configuration of javadoc language to avoid defaulting to build system's configuration -->
<locale>en</locale>
<!-- Avoid running into Java 8's very restrictive doclint issues -->
<additionalparam>-Xdoclint:none</additionalparam>