Skip to content
Snippets Groups Projects
Commit 2b6a06dd authored by dgelessus's avatar dgelessus
Browse files

Update to ProB 1.12.1

parent 18d98475
No related branches found
No related tags found
No related merge requests found
...@@ -85,12 +85,12 @@ task downloadCli { ...@@ -85,12 +85,12 @@ task downloadCli {
delete file(dir) delete file(dir)
new File(dir).mkdirs() new File(dir).mkdirs()
['leopard64':'macos','linux64':'linux64','win64':'windows'].each { ['macos':'macos','linux64':'linux64','win64':'windows'].each {
def n = it.getKey() def n = it.getKey()
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.12.1/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