Merge branch '4.0.x'

This commit is contained in:
Phillip Webb
2026-02-18 17:08:06 -08:00
3 changed files with 4 additions and 2 deletions
@@ -56,6 +56,5 @@ application {
bootBuildImage {
archiveFile = distZip.archiveFile
runImage = "paketobuildpacks/ubuntu-noble-run:latest"
imagePlatform = "linux/amd64"
environment = ['BP_JVM_VERSION': java.targetCompatibility.getMajorVersion()]
}
@@ -48,7 +48,6 @@ war {
bootBuildImage {
archiveFile = war.archiveFile
runImage = "paketobuildpacks/ubuntu-noble-run:latest"
imagePlatform = "linux/amd64"
environment = [
'BP_JVM_VERSION': java.targetCompatibility.getMajorVersion(),
'BP_TOMCAT_VERSION': '11.*',