Merge pull request #34482 from izeye

* gh-34482:
  Add Javadoc since to BuildInfoMojo.skip

Closes gh-34482

Closes gh-34482
This commit is contained in:
Andy Wilkinson
2023-03-06 10:05:26 +00:00

View File

@@ -99,6 +99,7 @@ public class BuildInfoMojo extends AbstractMojo {
/**
* Skip the execution.
* @since 3.1.0
*/
@Parameter(property = "spring-boot.build-info.skip", defaultValue = "false")
private boolean skip;