From 11bf0bd69381de8362b19dbe66ecbfc4a4bcf930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20M=C3=A4rki?= Date: Fri, 27 Jan 2017 10:26:52 +0100 Subject: [PATCH] back to http --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 34e544e..b164126 100644 --- a/build.gradle +++ b/build.gradle @@ -52,5 +52,5 @@ uploadArchives { } task dropIt(dependsOn: build) << { - exec{ executable "curl"; args "-X", "POST", "-F", "file=@build/libs/ch.psi.daq.queryrest-" + version + ".jar", "https://dropit.psi.ch/upload"; } + exec{ executable "curl"; args "-X", "POST", "-F", "file=@build/libs/ch.psi.daq.queryrest-" + version + ".jar", "http://dropit.psi.ch/upload"; } } \ No newline at end of file