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