Skip to content

Commit

Permalink
Make AddModuleInfoMojo.jvmVersion non-readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcono1234 authored and gunnarmorling committed Mar 23, 2023
1 parent 3e2b18e commit 8a29a60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public class AddModuleInfoMojo extends AbstractMojo {
@Parameter(defaultValue = "${project.version}", readonly = true, required = true)
private String version;

@Parameter(property = "moditect.jvmVersion", readonly = true)
@Parameter(property = "moditect.jvmVersion")
private String jvmVersion;

@Parameter(readonly = true, defaultValue = "${project.build.directory}/moditect")
Expand Down

0 comments on commit 8a29a60

Please sign in to comment.