File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
junit5-jupiter-starter-ant Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ standalone_jar="${ant_folder}/lib/junit-platform-console-standalone-${junit_plat
1515#
1616if [ ! -d " ${ant_folder} " ]; then
1717 echo " Downloading Ant $ant_version ..."
18- curl --silent --show-error --remote-name " https://archive.apache.org/dist/ant/binaries/${ant_archive} "
18+ curl --silent --show-error --fail -- remote-name " https://archive.apache.org/dist/ant/binaries/${ant_archive} "
1919 tar --extract -z --exclude " ${ant_folder} /manual" --file " ${ant_archive} "
2020fi
2121
2424#
2525if [ ! -f " ${standalone_jar} " ]; then
2626 echo " Downloading junit-platform-console-standalone $junit_platform_version ..."
27- curl --silent --show-error " https://repo1.maven.org/maven2/org/junit/platform/junit-platform-console-standalone/${junit_platform_version} /junit-platform-console-standalone-${junit_platform_version} .jar" \
27+ curl --silent --show-error --fail " https://repo1.maven.org/maven2/org/junit/platform/junit-platform-console-standalone/${junit_platform_version} /junit-platform-console-standalone-${junit_platform_version} .jar" \
2828 --output " ${standalone_jar} "
2929fi
3030
You can’t perform that action at this time.
0 commit comments