bring out exploded

This commit is contained in:
kimchy 2010-03-29 13:53:09 +03:00
parent 7c402507fe
commit 691a336b9a
1 changed files with 1 additions and 1 deletions

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) {