Some bug fixes.

This commit is contained in:
Fabian Märki
2016-02-23 09:35:22 +01:00
parent 898f27b7df
commit d23291b7cd
6 changed files with 6 additions and 6 deletions

View File

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