Skip to content
Snippets Groups Projects
Commit e7de71ed authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-13365: removed debug comments

parent 5e554800
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -338,6 +338,13 @@ def downloadCorePlugin(url, pluginname) { ...@@ -338,6 +338,13 @@ def downloadCorePlugin(url, pluginname) {
import org.paleozogt.gradle.zip.SymZip; import org.paleozogt.gradle.zip.SymZip;
//task unTarBlast {
//
//}
//unTarBlast.dependsOn copyOpenbisElnLimsCorePlugins
//zipCorePlugins.dependsOn unTarBlast
task zipCorePlugins(type: SymZip) { task zipCorePlugins(type: SymZip) {
duplicatesStrategy 'include' duplicatesStrategy 'include'
includeEmptyDirs = false includeEmptyDirs = false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment