mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-20 16:24:11 +01:00
fixed casing per issue #418
This commit is contained in:
@@ -105,7 +105,7 @@ public abstract class BaseDependencyCheckMojo extends AbstractMojo implements Ma
|
|||||||
* is true.
|
* is true.
|
||||||
*/
|
*/
|
||||||
@SuppressWarnings("CanBeFinal")
|
@SuppressWarnings("CanBeFinal")
|
||||||
@Parameter(property = "autoupdate")
|
@Parameter(property = "autoUpdate")
|
||||||
private Boolean autoUpdate;
|
private Boolean autoUpdate;
|
||||||
/**
|
/**
|
||||||
* Generate aggregate reports in multi-module projects.
|
* Generate aggregate reports in multi-module projects.
|
||||||
|
|||||||
Reference in New Issue
Block a user