Skip to content

Commit

Permalink
Reuse instance
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed May 2, 2024
1 parent b806a01 commit 117c92d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public FullReleaseDeployerFactory(
public Deployer createDeployer(MavenSession session) {
LocalStagingDeployer localStagingDeployer = localStagingDeployerFactory.createDeployer(session);
return new FullReleaseDeployer(
localStagingDeployerFactory.createDeployer(session),
localStagingDeployer,
contextFactory.createContext(session, localStagingDeployer.getLocalStagingDirectory()));
}
}

0 comments on commit 117c92d

Please sign in to comment.