Skip to content

Commit

Permalink
licenseName is required
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalijr2 committed Nov 14, 2024
1 parent 75c0db6 commit a571826
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public abstract class AbstractLicenseNameMojo extends AbstractLicenseMojo {
* @parameter property="license.licenseName"
* @since 1.0
*/
@Parameter(property = "license.licenseName")
@Parameter(property = "license.licenseName", required = true)
private String licenseName;

/**
Expand Down

0 comments on commit a571826

Please sign in to comment.