Skip to content

Commit

Permalink
fix wrapper package issue
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock committed Oct 4, 2024
1 parent 765092f commit 836dcb3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ public void moduleInclude(String name, String plat) {
DependencyHandler dependencies = project.getDependencies();

Dependency dependency = dependencies.project(Map.of(
"path", ":" + name + "-" + plat,
"configuration", "namedElements"
"path", ":" + name + "-" + plat
));
dependencies.add("include", dependency);
}
Expand Down

0 comments on commit 836dcb3

Please sign in to comment.