CORS moved to domain project (to be used in dispatcherrest and
queryrest), buildship / gradle wrapper upgrades
This commit is contained in:
10
build.gradle
10
build.gradle
@ -51,6 +51,10 @@ uploadArchives {
|
||||
}
|
||||
}
|
||||
|
||||
task dropIt(dependsOn: build) << {
|
||||
exec{ executable "curl"; args "-X", "POST", "-F", "file=@build/libs/ch.psi.daq.queryrest-" + version + ".jar", "https://dropit.psi.ch/upload"; }
|
||||
}
|
||||
|
||||
task dropIt(dependsOn: build) {
|
||||
doLast {
|
||||
exec{ executable "curl"; args "-X", "POST", "-F", "file=@build/libs/ch.psi.daq.queryrest-" + version + ".jar", "https://dropit.psi.ch/upload"; }
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user