|
|
@ -5,17 +5,6 @@ plugins {
|
|
|
|
id 'org.springframework.boot' version '{version}'
|
|
|
|
id 'org.springframework.boot' version '{version}'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (GradleVersion.current().compareTo(GradleVersion.version("7.1")) < 0) {
|
|
|
|
|
|
|
|
sourceCompatibility = '1.8'
|
|
|
|
|
|
|
|
targetCompatibility = '1.8'
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
else {
|
|
|
|
|
|
|
|
java {
|
|
|
|
|
|
|
|
sourceCompatibility = '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"
|
|
|
|
bindings = [ "${projectDir}/bindings/ca-certificates:/platform/bindings/certificates" as String ]
|
|
|
|
bindings = [ "${projectDir}/bindings/ca-certificates:/platform/bindings/certificates" as String ]
|
|
|
|