Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MerchantPug committed Dec 3, 2024
1 parent a7eb10c commit 328f760
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public void addModuleDependency(String name) {
"configuration", "namedElements"
));
dependencies.add("api", dependency);
dependencies.add("include", dependency);
dependencies.add("include", dependencies.project(Map.of("path", ":" + name)));

if (name.equals("mixin_extensions")) {
// special case, also an AP
Expand Down

0 comments on commit 328f760

Please sign in to comment.