Revert "Merge branch '2.3.x' into 2.4.x"
This reverts commit586ce00e06, reversing changes made to563b8a8cec. See gh-25839
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'org.springframework.boot' version '{version}'
|
||||
}
|
||||
|
||||
sourceCompatibility = '1.8'
|
||||
targetCompatibility = '1.8'
|
||||
@@ -8,6 +8,6 @@ targetCompatibility = '1.8'
|
||||
|
||||
bootBuildImage {
|
||||
imageName = "example/test-image-custom"
|
||||
builder = "springci/spring-boot-cnb-builder:0.0.1"
|
||||
runImage = "paketobuildpacks/run:tiny-cnb"
|
||||
builder = "paketobuildpacks/builder:full"
|
||||
runImage = "paketobuildpacks/run:full-cnb"
|
||||
}
|
||||
|
||||
@@ -8,5 +8,4 @@ targetCompatibility = '1.8'
|
||||
|
||||
bootBuildImage {
|
||||
imageName = "example/test-image-name"
|
||||
builder = "springci/spring-boot-cnb-builder:0.0.1"
|
||||
}
|
||||
|
||||
@@ -9,7 +9,3 @@ bootBuildImage {
|
||||
|
||||
sourceCompatibility = '1.8'
|
||||
targetCompatibility = '1.8'
|
||||
|
||||
bootBuildImage {
|
||||
builder = "springci/spring-boot-cnb-builder:0.0.1"
|
||||
}
|
||||
@@ -7,6 +7,5 @@ sourceCompatibility = '1.8'
|
||||
targetCompatibility = '1.8'
|
||||
|
||||
bootBuildImage {
|
||||
builder = "springci/spring-boot-cnb-builder:0.0.1"
|
||||
environment = ["FORCE_FAILURE": "true"]
|
||||
environment = ["BP_JVM_VERSION": "13.9.9"]
|
||||
}
|
||||
|
||||
@@ -9,7 +9,3 @@ if (project.hasProperty('applyWarPlugin')) {
|
||||
|
||||
sourceCompatibility = '1.8'
|
||||
targetCompatibility = '1.8'
|
||||
|
||||
bootBuildImage {
|
||||
builder = "springci/spring-boot-cnb-builder:0.0.1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user