This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
commit 07c6d8ccb44659ffba23d7d7358c619150fbd9db Author: P. Ottlinger <[email protected]> AuthorDate: Fri Apr 1 12:53:06 2022 +0200 RAT-273: Disable Javadoc linting to prevent errors in higher JDK versions --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index eb031cf..5562c4d 100644 --- a/pom.xml +++ b/pom.xml @@ -193,6 +193,7 @@ agnostic home for software distribution comprehension and audit tools. </tag> </tags> <notimestamp>true</notimestamp> + <doclint>none</doclint> </configuration> <reportSets> <reportSet>
