Skip to content

Commit

Permalink
Fixes #223 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
Riduidel authored Sep 7, 2022
1 parent 49e0221 commit 10dd9a7
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,14 @@ protected final Dependency dependencyJRuby() {

protected Xpp3Dom configuration() {
Element requiredGems = getGemExtractor().processContainedGems(requiredGems());
return MojoExecutor.configuration(
Xpp3Dom returned = MojoExecutor.configuration(
// TODO conditionalize that invocation : add all gems dependencies here
requiredGems, gemsPath(),
element(name("attributes"), configurationAttributes().toArray(new Element[] {})),
configurationBackend(), configurationSourceDirectory(), configurationOutputDirectory());
getLog().debug("Using mojo configuration");
getLog().debug(returned.toString());
return returned;
}

private GemExtractor getGemExtractor() {
Expand Down

0 comments on commit 10dd9a7

Please sign in to comment.