Switch to https.
This commit is contained in:
@ -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"; }
|
||||
}
|
Reference in New Issue
Block a user