mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 01:36:19 +01:00
parse pluginBackendResponse to pluginCenterDto / add Endpoint / remove groupId + artefactId from plugins
This commit is contained in:
@@ -115,8 +115,8 @@ public final class ExplodedSmp implements Comparable<ExplodedSmp>
|
||||
}
|
||||
else
|
||||
{
|
||||
String id = plugin.getInformation().getId(false);
|
||||
String oid = o.plugin.getInformation().getId(false);
|
||||
String id = plugin.getInformation().getName(false);
|
||||
String oid = o.plugin.getInformation().getName(false);
|
||||
|
||||
if (depends.contains(oid) && odepends.contains(id))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user