ATEST-242

This commit is contained in:
Fabian Märki
2015-10-13 13:18:04 +02:00
parent e9a60664de
commit 1c1ddf773a
5 changed files with 67 additions and 49 deletions

View File

@@ -18,10 +18,6 @@ applicationDefaultJvmArgs = [
"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5006"
]
//configurations {
// compile.exclude group: "com.fasterxml.jackson.core"
//}
dependencies {
compile (project(':ch.psi.daq.query'))
compile 'org.hibernate:hibernate-validator:5.2.0.Final'
@@ -42,6 +38,6 @@ uploadArchives {
}
}
task dropItQueryREST(dependsOn: build) << {
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"; }
}