mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '4.0.x'
This commit is contained in:
-1
@@ -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()]
|
||||
}
|
||||
|
||||
-1
@@ -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.*',
|
||||
|
||||
Reference in New Issue
Block a user