From 22a12a31acf0ca1e29bbcbc3fa5e4433060eb705 Mon Sep 17 00:00:00 2001 From: felmer <felmer> Date: Tue, 19 Dec 2017 07:52:54 +0000 Subject: [PATCH] SSDM-5994: Add pybis release to clients distribution SVN: 39056 --- openbis_standard_technologies/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openbis_standard_technologies/build.gradle b/openbis_standard_technologies/build.gradle index 914ee3100ce..f6fad9a46eb 100644 --- a/openbis_standard_technologies/build.gradle +++ b/openbis_standard_technologies/build.gradle @@ -396,6 +396,8 @@ task zipDss(type: Zip, dependsOn: signWebStartJars) { task clientsAndApis(type: Zip, dependsOn: [dssClientZip, queryApiZip, apiV3Zip, proteomicsApiZip, screeningApiZip]) { baseName 'openBIS-clients-and-APIs' + downloadFile('https://sissource.ethz.ch/sispub/pybis/repository/RELEASE/archive.zip', 'pybis.zip') + from zipTree('targets/downloads/pybis.zip') from dssClientZip.archivePath from queryApiZip.archivePath from apiV3Zip.archivePath -- GitLab