Skip to content

Commit

Permalink
removal of plugin-lists.xml downloading message appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher authored and smaldini committed Mar 26, 2012
1 parent 02fa14c commit 8433b94
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1169,7 +1169,7 @@ class BuildSettings extends AbstractBuildSettings {
switch (e.eventType) {
case TransferEvent.TRANSFER_STARTED:
def resourceName = e.resource.name
if(resourceName != 'plugins-list.xml') {
if(!resourceName?.endsWith('plugins-list.xml')) {
resourceName = resourceName[resourceName.lastIndexOf('/') + 1..-1]
console.updateStatus "Downloading: ${resourceName}"
}
Expand Down

0 comments on commit 8433b94

Please sign in to comment.