diff --git a/openbis_standard_technologies/build.gradle b/openbis_standard_technologies/build.gradle index 937be1383ef13565767e1680e2a0056d2f5c1d75..914ee3100ceba20b5dc9e7a31a777bacf38e76f4 100644 --- a/openbis_standard_technologies/build.gradle +++ b/openbis_standard_technologies/build.gradle @@ -257,8 +257,8 @@ def downloadFile(url, filename) { task zipCorePlugins(type: Zip) { archiveName 'core-plugins.zip' - downloadFile('https://github.com/aarpon/obit_flow_core_technology/archive/openBIS_16.06.x.zip', 'flow.zip') - downloadFile('https://github.com/aarpon/obit_microscopy_core_technology/archive/openBIS_16.06.x.zip', 'microscopy.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') 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'])