ATEST-242
This commit is contained in:
@@ -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"; }
|
||||
}
|
||||
Reference in New Issue
Block a user