plugin:AbstractCheckMojo: upgrade checkstyle to 7.4
This commit is contained in:
parent
8c0f721a42
commit
f01098170b
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public abstract class AbstractCheckMojo extends AbstractMojo {
|
||||||
private String mavenCheckstylePluginVersion;
|
private String mavenCheckstylePluginVersion;
|
||||||
|
|
||||||
@Setter
|
@Setter
|
||||||
@Parameter(defaultValue = "7.3")
|
@Parameter(defaultValue = "7.4")
|
||||||
private String checkstyleVersion;
|
private String checkstyleVersion;
|
||||||
|
|
||||||
@Setter
|
@Setter
|
||||||
|
|
Loading…
Reference in a new issue