Add Javadoc since to BuildInfoMojo.skip

See gh-34482
This commit is contained in:
Johnny Lim 2023-03-06 08:33:59 +09:00 committed by Andy Wilkinson
parent 2602ce48b8
commit 390629eefd
1 changed files with 1 additions and 0 deletions

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;