diff --git a/openbis_standard_technologies/build.gradle b/openbis_standard_technologies/build.gradle
index c13cc39e86c80a080189ec76401dc94577b59a0f..28be21fa2f29ddbbb9b1681c2ab30e88ae3c2e5a 100644
--- a/openbis_standard_technologies/build.gradle
+++ b/openbis_standard_technologies/build.gradle
@@ -262,10 +262,10 @@ task zipCorePlugins(type: 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'])
-//  from 'dist/core-plugins'
-  from zipTree('targets/downloads/flow.zip')
-  from zipTree('targets/downloads/microscopy.zip')
-  from zipTree('targets/downloads/shared.zip')
+  from 'dist/core-plugins'
+//  from zipTree('targets/downloads/flow.zip')
+//  from zipTree('targets/downloads/microscopy.zip')
+//  from zipTree('targets/downloads/shared.zip')
   from 'dist/server/core-plugins.properties'
   into 'core-plugins'
   eachFile { FileCopyDetails fcd ->