mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 05:25:44 +01:00
refactor plugin backend + fix tests
This commit is contained in:
@@ -648,7 +648,6 @@ public class DefaultPluginManager implements PluginManager
|
||||
pluginInformation.setCategory(plugin.getCategory());
|
||||
pluginInformation.setVersion(plugin.getVersion());
|
||||
pluginInformation.setDescription(plugin.getDescription());
|
||||
pluginInformation.setUrl(plugin.getLinks().getDownload());
|
||||
|
||||
if (plugin.getConditions() != null) {
|
||||
PluginCenterDto.Condition condition = plugin.getConditions();
|
||||
|
||||
Reference in New Issue
Block a user