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
It's possible at the moment using a little bit of manual configuration:
bootBuildImage {
jar = bootWar.archiveFile
}
The jar property is unfortunately named in this case. archive or archiveFile may be better as it would cover both jars and wars. We could also react to the war plugin being applied and automatically make the configuration change above.