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