From 4023e12bc73b2d5ff2ad92a72a74da13c29c7ce7 Mon Sep 17 00:00:00 2001 From: dgelessus <dgelessus@users.noreply.github.com> Date: Mon, 1 Jul 2024 16:47:39 +0200 Subject: [PATCH] Switch back to release version 1.13.0 of probcli --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c3b3cc20..83bdfc79 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/nightly/probcli_${n}.zip" + def url = "https://stups.hhu-hosting.de/downloads/prob/cli/releases/1.13.0/probcli_${n}.zip" download(url, targetzip) FileTree zip = zipTree(targetzip) copy { -- GitLab