Skip to content

deps: newer Maven plugin versions for Airlock #1140

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jan 24, 2025
Prev Previous commit
Next Next commit
allowUndeclaredRTE was removed
  • Loading branch information
suztomo committed Jan 22, 2025
commit 327db8a2590624858d93440c2e7976cb6b33e63e
1 change: 0 additions & 1 deletion samples/checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ page at http://checkstyle.sourceforge.net/config.html -->
<property name="allowMissingReturnTag" value="true"/>
<property name="allowMissingThrowsTags" value="true"/>
<property name="allowThrowsTagsForSubclasses" value="true"/>
<property name="allowUndeclaredRTE" value="true"/>
</module>

<module name="JavadocType">
Expand Down
Loading