mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 05:25:44 +01:00
show installed plugins without internet connection, see #44
This commit is contained in:
@@ -558,13 +558,18 @@ public class DefaultPluginManager implements PluginManager
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
throw new PluginLoadException(ex);
|
||||
logger.error("could not load plugins from plugin center", ex);
|
||||
}
|
||||
finally
|
||||
{
|
||||
IOUtil.close(input);
|
||||
}
|
||||
}
|
||||
|
||||
if (center == null)
|
||||
{
|
||||
center = new PluginCenter();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user