Switch to https.

This commit is contained in:
Fabian Märki
2017-02-06 13:58:55 +01:00
parent 11bf0bd693
commit d0311f4efc

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", "http://dropit.psi.ch/upload"; }
exec{ executable "curl"; args "-X", "POST", "-F", "file=@build/libs/ch.psi.daq.queryrest-" + version + ".jar", "https://dropit.psi.ch/upload"; }
}