Skip to content

Commit

Permalink
Fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Jan 7, 2022
1 parent 7afae4a commit 980aa61
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -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
}

0 comments on commit 980aa61

Please sign in to comment.