diff --git a/dataregistry-platform-acceptance/run-platform-acceptance.sh b/dataregistry-platform-acceptance/run-platform-acceptance.sh index be8fb05..3197484 100644 --- a/dataregistry-platform-acceptance/run-platform-acceptance.sh +++ b/dataregistry-platform-acceptance/run-platform-acceptance.sh @@ -111,7 +111,7 @@ download_runtime() { "https://fill.papermc.io/v3/projects/${project}/versions/${version}/builds")" url="$(jq --raw-output --argjson build "$build" \ '.[] | select(.id == $build) | .downloads["server:default"].url' <<<"$metadata")" - [[ "$url" != "null" ]] || fail "No ${project} ${version} build ${build} server download exists." + [[ -n "$url" && "$url" != "null" ]] || fail "No ${project} ${version} build ${build} server download exists." curl --fail --silent --show-error --location --retry 3 --retry-all-errors --connect-timeout 15 --max-time 120 \ --output "$destination" "$url" actual_checksum="$(sha256sum "$destination" | awk '{print $1}')" diff --git a/pom.xml b/pom.xml index 0799364..3537900 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ nl.hauntedmc.platform haunted-library-parent - 1.5.0 + 1.6.4 @@ -55,14 +55,14 @@ 26.2 65 d290ee2a3ae92fea10afb0c74f797023d74cfd72cbcee44314e0c50d5551f2c6 - 4.1.0-SNAPSHOT - 9 - 635ffe27b4fe1b97e61479012121d4e7c61a9eec99e6bd5a1f923053c2a259ce + 4.1.1 + 24 + 846411d2d0560fed0f23496ffb89681be528d2c0650ecdcf21724d2d7bd9c1ee ${haunted.adventure.version} ${haunted.junit.version} ${haunted.mockito.version} - 1.18.12 + 1.18.13