Provide dropit command.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#
|
||||
#Wed Jun 10 14:12:23 CEST 2015
|
||||
#Fri Jun 26 16:19:32 CEST 2015
|
||||
org.eclipse.jdt.core.compiler.debug.localVariable=generate
|
||||
org.eclipse.jdt.core.compiler.compliance=1.8
|
||||
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
|
||||
|
@ -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