Bump PMD extension to version 1.3.1

This commit is contained in:
Erik C. Thauvin 2025-06-29 20:18:10 -07:00
parent e4dc473244
commit 42fb6c6943
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 2 additions and 1 deletions

View file

@ -80,6 +80,7 @@
<exclude name="AvoidFieldNameMatchingTypeName"/>
<exclude name="AvoidLiteralsInIfCondition"/>
<exclude name="NullAssignment"/>
<exclude name="UseLocaleWithCaseConversions"/>
</rule>
<rule ref="category/java/errorprone.xml/AssignmentInOperand">

View file

@ -2,7 +2,7 @@ bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.downloadLocation=
bld.extension-exec=com.uwyn.rife2:bld-exec:1.0.5
bld.extension-pmd=com.uwyn.rife2:bld-pmd:1.3.0
bld.extension-pmd=com.uwyn.rife2:bld-pmd:1.3.1
bld.repositories=MAVEN_CENTRAL,MAVEN_LOCAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
bld.sourceDirectories=
bld.version=2.2.1