From 69b8da1efa3717e749849102770683bb51d1d380 Mon Sep 17 00:00:00 2001 From: Michael Leuschel <leuschel@uni-duesseldorf.de> Date: Wed, 16 Dec 2020 13:54:19 +0100 Subject: [PATCH] revert back to nightly build it still contains old version of 32 bit linux and windows probclis --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4293a92c..e0f8fe65 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 { -- GitLab