Skip to content
Snippets Groups Projects
Commit dcb44c0d authored by Michael Leuschel's avatar Michael Leuschel
Browse files

use version 1.10.0-final of probcli

parent 54559a39
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ task downloadCli { ...@@ -75,7 +75,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://www3.hhu.de/stups/downloads/prob/cli/nightly/probcli_${n}.zip" def url = "https://www3.hhu.de/stups/downloads/prob/cli/releases/1.10.0-final/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