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