bring back the exploded plugin

This commit is contained in:
kimchy 2010-03-29 13:52:36 +03:00
parent 336a272c6f
commit 7c402507fe

View File

@ -91,7 +91,7 @@ zip.doFirst {task ->
}
task release(dependsOn: [zip, ":plugins-attachments:release"]) << {
ant.delete(dir: explodedDistDir)
// ant.delete(dir: explodedDistDir)
}
task wrapper(type: Wrapper) {