Upgraded PMD extension
This commit is contained in:
parent
2651938878
commit
26c1f11e84
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
bld.downloadExtensionJavadoc=false
|
||||
bld.downloadExtensionSources=true
|
||||
bld.extension-pmd=com.uwyn.rife2:bld-pmd:0.9.1-SNAPSHOT
|
||||
bld.extension-pmd=com.uwyn.rife2:bld-pmd:0.9.2-SNAPSHOT
|
||||
bld.repositories=MAVEN_LOCAL,MAVEN_CENTRAL,RIFE2_SNAPSHOTS,RIFE2_RELEASES
|
||||
bld.downloadLocation=
|
||||
bld.version=1.7.0
|
|
@ -32,7 +32,7 @@ import static rife.bld.operations.JavadocOptions.DocLinkOption.NO_MISSING;
|
|||
public class JacocoReportOperationBuild extends Project {
|
||||
public JacocoReportOperationBuild() {
|
||||
pkg = "rife.bld.extension";
|
||||
name = "bld-jacoco-report";
|
||||
name = "JacocoReportOperation";
|
||||
version = version(0, 9, 0, "SNAPSHOT");
|
||||
|
||||
javaRelease = 17;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue