Skip to content

Commit a456364

Browse files
committed
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.
1 parent a74352d commit a456364

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,8 @@ limitations under the License.
463463
<doclint>accessibility,html,reference,syntax</doclint>
464464
<show>package</show>
465465
<quiet>true</quiet>
466+
<excludePackageNames>com.tngtech.archunit.core.importer</excludePackageNames>
467+
<javadocVersion>8</javadocVersion>
466468
<links>
467469
<link>https://docs.spring.io/spring-boot/docs/${spring-boot.version}/api/</link>
468470
<link>https://docs.spring.io/spring/docs/${spring.version}/javadoc-api/</link>

0 commit comments

Comments
 (0)