plugin:AbstractCheckMojo: upgrade checkstyle to 7.5.1
http://checkstyle.sourceforge.net/releasenotes.html#Release_7.5.1 Bug fixes: * PackageObjectFactory hides real exception. Author: rnveach #3778 * RightCurly: handling of try-with-resources on several lines with CS 7.5. Author: rnveach, Roman Ivanov #3776 Notes: * Add the Hibernate Search project to the Checkstyle CI. Author: Roman Ivanov #3790
This commit is contained in:
parent
4fdcae8d12
commit
d54ae55f0a
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ public abstract class AbstractCheckMojo extends AbstractMojo {
|
|||
private String mavenCheckstylePluginVersion;
|
||||
|
||||
@Setter
|
||||
@Parameter(defaultValue = "7.4")
|
||||
@Parameter(defaultValue = "7.5.1")
|
||||
private String checkstyleVersion;
|
||||
|
||||
@Setter
|
||||
|
|
Loading…
Reference in a new issue