diff --git a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy index ddd7145b..3d41ca1e 100644 --- a/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy +++ b/src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy @@ -525,7 +525,7 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait { * System properties to set in the VM (or the forked VM if fork is enabled). *

* - * @since 4.2.4 + * @since 4.3.0 */ @Parameter(property = "spotbugs.systemPropertyVariables") Map systemPropertyVariables