mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
don't fail community plugin build if we don't have help
This commit is contained in:
@@ -181,8 +181,8 @@ target(name: "zip", description: "Generate zip plugin file") {
|
||||
}
|
||||
|
||||
ant.mkdir(dir: "${plugindir}/help")
|
||||
ant.copy(file: "${pluginHelp}/pytonpluginhelp.jar", tofile: "${plugindir}/help/pythonpluginhelp.jar")
|
||||
ant.copy(file: "${pluginHelp}/pytonpluginhelp_mac.jar", tofile: "${plugindir}/help/pythonpluginhelp_mac.jar")
|
||||
ant.copy(file: "${pluginHelp}/pytonpluginhelp.jar", tofile: "${plugindir}/help/pythonpluginhelp.jar", failonerror: false)
|
||||
ant.copy(file: "${pluginHelp}/pytonpluginhelp_mac.jar", tofile: "${plugindir}/help/pythonpluginhelp_mac.jar", failonerror: false)
|
||||
|
||||
ant.zip(basedir: "${zipdir}", destfile: "${output}/${zipname}")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user