Upgrade build system and depdencies

This commit is contained in:
Paul Schaub 2025-09-27 12:11:34 +02:00
parent f061b076dc
commit 540dca6a24
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
11 changed files with 48 additions and 71 deletions

View file

@ -113,17 +113,6 @@ SPDX-License-Identifier: CC0-1.0
<property name="message" value="Indent must not use tab characters. Use space instead."/>
</module>
<module name="JavadocMethod">
<!-- TODO stricten those checks -->
<property name="scope" value="public"/>
<!--<property name="allowUndeclaredRTE" value="true"/>-->
<property name="allowMissingParamTags" value="true"/>
<property name="allowMissingThrowsTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
<property name="allowMissingJavadoc" value="true"/>
<property name="suppressLoadErrors" value="true"/>
</module>
<module name="JavadocStyle">
<property name="scope" value="public"/>
<property name="checkEmptyJavadoc" value="true"/>