diff --git a/build.gradle b/build.gradle index 78dbcd66d16da43382254351985bad0caf189104..c88bcc58642af1063446a97edaaa2bbb7652d111 100644 --- a/build.gradle +++ b/build.gradle @@ -88,7 +88,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.12.1/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 {