diff --git a/.idea/libraries/bld.xml b/.idea/libraries/bld.xml index abca604..722b42e 100644 --- a/.idea/libraries/bld.xml +++ b/.idea/libraries/bld.xml @@ -2,11 +2,11 @@ - + - + diff --git a/lib/bld/bld-wrapper.jar b/lib/bld/bld-wrapper.jar index b78551f..a794388 100644 Binary files a/lib/bld/bld-wrapper.jar and b/lib/bld/bld-wrapper.jar differ diff --git a/lib/bld/bld-wrapper.properties b/lib/bld/bld-wrapper.properties index 10fcf84..7253ed9 100644 --- a/lib/bld/bld-wrapper.properties +++ b/lib/bld/bld-wrapper.properties @@ -3,4 +3,4 @@ bld.downloadExtensionSources=true bld.extensions= bld.repositories=MAVEN_CENTRAL,RIFE2_RELEASES bld.downloadLocation= -bld.version=1.7.1 +bld.version=1.7.2 diff --git a/src/bld/java/rife/bld/extension/TestsBadgeBuild.java b/src/bld/java/rife/bld/extension/TestsBadgeBuild.java index 09021eb..932a402 100644 --- a/src/bld/java/rife/bld/extension/TestsBadgeBuild.java +++ b/src/bld/java/rife/bld/extension/TestsBadgeBuild.java @@ -16,7 +16,7 @@ public class TestsBadgeBuild extends Project { public TestsBadgeBuild() { pkg = "rife.bld.extension"; name = "TestsBadge"; - version = version(1,4,1); + version = version(1,4,2); archiveBaseName = "bld-tests-badge"; javaRelease = 17; @@ -25,7 +25,7 @@ public TestsBadgeBuild() { repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES); scope(compile) - .include(dependency("com.uwyn.rife2", "bld", version(1,7,1))); + .include(dependency("com.uwyn.rife2", "bld", version(1,7,2))); scope(test) .include(dependency("org.junit.jupiter", "junit-jupiter", version(5,9,3))) .include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1,9,3)));