mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Don't fail if directory is absent
Stupid Ant! Why copy "failonerror:false" didn't help?
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ abstract class PyCharmPropertiesBase extends ProductProperties {
|
||||
}
|
||||
}
|
||||
context.ant.copy(todir: "$targetDirectory/index", failonerror: false) {
|
||||
fileset(dir: "$context.paths.projectHome/index") {
|
||||
fileset(dir: "$context.paths.projectHome/index", erroronmissingdir:false) {
|
||||
include(name: "sdk-stubs*")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user