Skip to content
Snippets Groups Projects
Commit 4023e12b authored by dgelessus's avatar dgelessus
Browse files

Switch back to release version 1.13.0 of probcli

parent c3385cc4
No related branches found
No related tags found
No related merge requests found
...@@ -87,7 +87,7 @@ task downloadCli { ...@@ -87,7 +87,7 @@ task downloadCli {
def targetdir = dir + it.getValue() def targetdir = dir + it.getValue()
def targetzip = dir + "probcli_${n}.zip" 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) download(url, targetzip)
FileTree zip = zipTree(targetzip) FileTree zip = zipTree(targetzip)
copy { copy {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment