Moved to bld 1.7.1

This commit is contained in:
Erik C. Thauvin 2023-08-18 00:47:47 -07:00
parent e804b29902
commit f7994e571e
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
bld.downloadExtensionJavadoc=false
bld.downloadExtensionSources=true
bld.extensions=com.uwyn.rife2:bld-jacoco-report:0.9.0-SNAPSHOT
bld.repositories=MAVEN_LOCAL,RIFE2_SNAPSHOTS,MAVEN_CENTRAL,RIFE2_RELEASES
bld.repositories=RIFE2_SNAPSHOTS,RIFE2_RELEASES,MAVEN_CENTRAL
bld.downloadLocation=
bld.version=1.7.0
bld.version=1.7.1

View file

@ -20,7 +20,7 @@ public class PmdOperationBuild extends Project {
public PmdOperationBuild() {
pkg = "rife.bld.extension";
name = "bld-pmd";
version = version(0, 9, 2, "SNAPSHOT");
version = version(0, 9, 2);
javaRelease = 17;
downloadSources = true;
@ -31,7 +31,7 @@ public class PmdOperationBuild extends Project {
var rife2 = version(1,7,0);
scope(compile)
.include(dependency("com.uwyn.rife2", "rife2", rife2))
.include(dependency("com.uwyn.rife2", "bld", rife2))
.include(dependency("com.uwyn.rife2", "bld", version(1, 7, 1)))
.include(dependency("net.sourceforge.pmd", "pmd-java", pmd));
scope(runtime)
.include(dependency("net.sourceforge.pmd", "pmd-java", pmd))