From 3a0144ea073bc835e204e687fd84f2aa9719e3a7 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Thu, 17 Aug 2023 12:38:45 -0700 Subject: [PATCH 1/2] Updated bld-wrapper.properties --- lib/bld/bld-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bld/bld-wrapper.properties b/lib/bld/bld-wrapper.properties index ad316f0..0c65266 100644 --- a/lib/bld/bld-wrapper.properties +++ b/lib/bld/bld-wrapper.properties @@ -2,6 +2,6 @@ bld.downloadExtensionJavadoc=false bld.downloadExtensionSources=true bld.extension-pmd=com.uwyn.rife2:bld-pmd:0.9.1-SNAPSHOT bld.extension-jacoco=com.uwyn.rife2:bld-jacoco-report:0.9.0-SNAPSHOT -bld.repositories=MAVEN_LOCAL,RIFE2_SNAPSHOT,MAVEN_CENTRAL,RIFE2_RELEASES +bld.repositories=MAVEN_LOCAL,RIFE2_SNAPSHOTS,MAVEN_CENTRAL,RIFE2_RELEASES bld.downloadLocation= bld.version=1.7.0 From 650bb819cfbeb7ae7953dd4f605b89fb5ba35489 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Fri, 18 Aug 2023 01:41:54 -0700 Subject: [PATCH 2/2] Upgrade to bld 1.7.1 --- .idea/misc.xml | 5 + README.md | 2 +- config/pmd.xml | 1 - examples/lib/bld/bld-wrapper.properties | 6 +- lib/bld/bld-wrapper.properties | 8 +- .../propertyfile/PropertyFileBuild.java | 6 +- .../bld/extension/propertyfile/EntryBase.java | 153 +++++++++--------- .../propertyfile/PropertyFileUtils.java | 22 ++- .../propertyfile/PropertyFileUtilsTest.java | 18 +-- 9 files changed, 112 insertions(+), 109 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 02a2553..0c58f2f 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,3 +1,4 @@ + @@ -11,6 +12,10 @@ + + + +