We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af25b2f commit dca8bafCopy full SHA for dca8baf
src/bld/java/rife/bld/extension/PmdOperationBuild.java
@@ -31,7 +31,7 @@ public class PmdOperationBuild extends Project {
31
public PmdOperationBuild() {
32
pkg = "rife.bld.extension";
33
name = "bld-pmd";
34
- version = version(1, 1, 11);
+ version = version(1, 2, 0);
35
36
javaRelease = 17;
37
0 commit comments