The gradle plugin sets the values of initInfoProvides, initInfoShortDescription and initInfoDescription to default values that are not taken from the project (e.g. "spring-boot-application"), while the maven plugin uses values from the project (e.g. ${project.artifactId}).
The gradle plugin should also use values from the project.