We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e34a4 commit 8ebfd75Copy full SHA for 8ebfd75
src/main/groovy/org/codehaus/mojo/spotbugs/SpotBugsMojo.groovy
@@ -525,7 +525,7 @@ class SpotBugsMojo extends AbstractMavenReport implements SpotBugsPluginsTrait {
525
* System properties to set in the VM (or the forked VM if fork is enabled).
526
* <p>
527
*
528
- * @since 4.2.4
+ * @since 4.3.0
529
*/
530
@Parameter(property = "spotbugs.systemPropertyVariables")
531
Map<String, String> systemPropertyVariables
0 commit comments