Skip to content

Commit

Permalink
final
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Dec 2, 2024
1 parent 8db9f06 commit 2c0d72e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/apache/maven/plugins/jlink/JLinkMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -378,11 +378,11 @@ public class JLinkMojo extends AbstractJLinkMojo {
/**
* Convenience interface for plugins to add or replace artifacts and resources on projects.
*/
private MavenProjectHelper projectHelper;
private final MavenProjectHelper projectHelper;

private MavenResourcesFiltering mavenResourcesFiltering;
private final MavenResourcesFiltering mavenResourcesFiltering;

private LocationManager locationManager;
private final LocationManager locationManager;

@Inject
public JLinkMojo(
Expand Down

0 comments on commit 2c0d72e

Please sign in to comment.