GH-221 - Tweak build to avoid Javadoc tool to complain about module arrangement.

The shadowed type of ArchUnit causes the Java 17 Javadoc tool to fail as the type introduces a problem on the module path, which we do not really care about for now.
This commit is contained in:
Oliver Drotbohm
2023-07-20 18:07:24 +02:00
parent a74352dc4d
commit a4563647a2

View File

@@ -463,6 +463,8 @@ limitations under the License.
<doclint>accessibility,html,reference,syntax</doclint>
<show>package</show>
<quiet>true</quiet>
<excludePackageNames>com.tngtech.archunit.core.importer</excludePackageNames>
<javadocVersion>8</javadocVersion>
<links>
<link>https://docs.spring.io/spring-boot/docs/${spring-boot.version}/api/</link>
<link>https://docs.spring.io/spring/docs/${spring.version}/javadoc-api/</link>