Skip to content

Commit

Permalink
Component: repository requires plugin information
Browse files Browse the repository at this point in the history
  • Loading branch information
klees committed Apr 22, 2024
1 parent b5a99b4 commit 387dd39
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ public function isNotable(): bool
public function getPreconditions(Setup\Environment $environment): array
{
return [
new ilComponentBuildComponentInfoObjective()
new ilComponentBuildComponentInfoObjective(),
new ilComponentBuildPluginInfoObjective(),
];
}

Expand Down

0 comments on commit 387dd39

Please sign in to comment.