Fix build failure

See gh-29290
This commit is contained in:
Stephane Nicoll 2022-01-07 17:58:15 +01:00
parent 7afae4aad9
commit 980aa616c8
1 changed files with 1 additions and 4 deletions

View File

@ -3,13 +3,10 @@ plugins {
id 'org.springframework.boot' version '{version}'
}
bootBuildImage {
jar = bootWar.archiveFile
}
sourceCompatibility = '1.8'
targetCompatibility = '1.8'
bootBuildImage {
builder = "projects.registry.vmware.com/springboot/spring-boot-cnb-builder:0.0.1"
archiveFile = bootWar.archiveFile
}