|
|
@ -3,11 +3,6 @@ plugins {
|
|
|
|
id 'org.springframework.boot' version '{version}'
|
|
|
|
id 'org.springframework.boot' version '{version}'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
java {
|
|
|
|
|
|
|
|
sourceCompatibility = '1.8'
|
|
|
|
|
|
|
|
targetCompatibility = '1.8'
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bootBuildImage {
|
|
|
|
bootBuildImage {
|
|
|
|
imageName = "example/test-image-custom"
|
|
|
|
imageName = "example/test-image-custom"
|
|
|
|
builder = "projects.registry.vmware.com/springboot/spring-boot-cnb-builder:0.0.2"
|
|
|
|
builder = "projects.registry.vmware.com/springboot/spring-boot-cnb-builder:0.0.2"
|
|
|
|