You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.