Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Dec 12, 2024
1 parent 7f053e5 commit f6dad98
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
*/
package org.apache.maven.plugins.artifact.buildinfo;

import javax.inject.Inject;

import java.io.BufferedWriter;
import java.io.File;
import java.io.IOException;
Expand Down Expand Up @@ -100,7 +102,8 @@ public class CompareMojo extends AbstractBuildinfoMojo {
*/
private final RepositorySystem repoSystem;

protected CompareMojo(
@Inject
public CompareMojo(
ToolchainManager toolchainManager,
RuntimeInformation rtInformation,
MavenProject project,
Expand Down

0 comments on commit f6dad98

Please sign in to comment.