Bumped PMD to version 7.7.0
This commit is contained in:
parent
4af11d862b
commit
c7e5731d9e
2 changed files with 3 additions and 3 deletions
|
@ -40,7 +40,7 @@ public class PmdOperationBuild extends Project {
|
|||
|
||||
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, RIFE2_RELEASES, RIFE2_SNAPSHOTS);
|
||||
|
||||
var pmd = version(7, 6, 0);
|
||||
var pmd = version(7, 7, 0);
|
||||
scope(compile)
|
||||
.include(dependency("com.uwyn.rife2", "bld", version(2, 1, 0)))
|
||||
.include(dependency("net.sourceforge.pmd", "pmd-java", pmd));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue