Provide dropit command.
This commit is contained in:
@ -47,4 +47,8 @@ uploadArchives {
|
||||
pom.artifactId = 'rest'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
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"; }
|
||||
}
|
Reference in New Issue
Block a user