diff --git a/build.gradle b/build.gradle index 4293a92ca1857bb579f4018a9f96ce2e5822f3da..e0f8fe658175891263decf16d973200787b84e13 100644 --- a/build.gradle +++ b/build.gradle @@ -75,7 +75,7 @@ task downloadCli { def targetdir = dir+it.getValue() def targetzip = dir+"probcli_${n}.zip" - def url = "https://www3.hhu.de/stups/downloads/prob/cli/releases/1.10.0-final/probcli_${n}.zip" + def url = "https://www3.hhu.de/stups/downloads/prob/cli/nightly/probcli_${n}.zip" download(url,targetzip) FileTree zip = zipTree(targetzip) copy {