Skip to content

Commit

Permalink
[MRELEASE-851] javaHome argument is now honored in InvokerMavenExecutor
Browse files Browse the repository at this point in the history
  • Loading branch information
mkampmey committed Apr 17, 2023
1 parent 5d3f9b7 commit 02a37d0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ public void executeGoals(
// fix for MRELEASE-1105
// .addShellEnvironment( "MAVEN_DEBUG_OPTS", "" )
.setBatchMode(true)
.setJavaHome(releaseEnvironment.getJavaHome())
.setOutputHandler(getLogger()::info)
.setErrorHandler(getLogger()::error);

Expand Down

0 comments on commit 02a37d0

Please sign in to comment.