mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Copy recursively
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ abstract class PyCharmPropertiesBase extends ProductProperties {
|
||||
|
||||
context.ant.copy(todir: "$targetDirectory/index", failonerror: true) {
|
||||
fileset(dir: "$context.paths.temp/index", erroronmissingdir: true) {
|
||||
include(name: "*")
|
||||
include(name: "**")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user