Fix jar name

This commit is contained in:
Fabian Märki
2015-07-09 17:00:09 +02:00
parent 8c363bacd6
commit 287659fa65
3 changed files with 2 additions and 8 deletions

View File

@ -39,5 +39,5 @@ uploadArchives {
}
task dropItQueryREST(dependsOn: build) << {
exec{ executable "curl"; args "-X", "POST", "-F", "file=@build/libs/ch.psi.daq.rest-" + version + ".jar", "http://dropit.psi.ch:8080"; }
exec{ executable "curl"; args "-X", "POST", "-F", "file=@build/libs/ch.psi.daq.queryrest-" + version + ".jar", "http://dropit.psi.ch:8080"; }
}