back to http

This commit is contained in:
Fabian Märki
2017-01-27 10:26:52 +01:00
parent 2813d5a4d4
commit 11bf0bd693

View File

@ -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"; }
}