diff --git a/openbis_standard_technologies/build.gradle b/openbis_standard_technologies/build.gradle index 259f97a04f4770f66d1795c6320598f98d43b0de..02faf2b53280bda1eb1e69fe3f2711b5ff007aaf 100644 --- a/openbis_standard_technologies/build.gradle +++ b/openbis_standard_technologies/build.gradle @@ -272,9 +272,9 @@ def downloadFile(url, filename) { task zipCorePlugins(type: Zip) { archiveName 'core-plugins.zip' - downloadFile('https://github.com/aarpon/obit_flow_core_technology/archive/master.zip', 'flow.zip') - downloadFile('https://github.com/aarpon/obit_microscopy_core_technology/archive/master.zip', 'microscopy.zip') - downloadFile('https://github.com/aarpon/obit_shared_core_technology/archive/master.zip', 'shared.zip') + downloadFile('https://github.com/aarpon/obit_flow_core_technology/archive/release/18.x.zip', 'flow.zip') + downloadFile('https://github.com/aarpon/obit_microscopy_core_technology/archive/release/18.x.zip', 'microscopy.zip') + downloadFile('https://github.com/aarpon/obit_shared_core_technology/archive/release/18.x.zip', 'shared.zip') from project(':rtd_phosphonetx').fileTree(dir: 'source/core-plugins', includes:['proteomics/**', 'proteomics-optional/**'], excludes:['**/dss/**', '**/package-to-dist']) from project(':screening').fileTree(dir: 'source/core-plugins', includes:['screening/**', 'screening-optional/**'], excludes:['**/dss/**', '**/package-to-dist']) from project(':deep_sequencing_unit').fileTree(dir: 'source/core-plugins', includes:['illumina-ngs/**'], excludes:['**/dss/**', '**/package-to-dist'])