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.