We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df19ad commit 0b254d3Copy full SHA for 0b254d3
scripts/ReleasePlugin.groovy
@@ -234,7 +234,8 @@ target(modifyOrCreatePluginList:"Updates the remote plugin.xml descriptor or cre
234
// get newest version of plugin list
235
try{
236
fetchRemoteFile("${pluginSVN}/.plugin-meta/plugins-list.xml", pluginsListFile)
237
- }(Exception e){
+ }
238
+ catch (Exception e){
239
println "Error reading remote plugin list [${e.message}], building locally..."
240
updatePluginsListManually()
241
}
0 commit comments