mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '3.5.x'
Closes gh-48046
This commit is contained in:
+5
-1
@@ -48,5 +48,9 @@ war {
|
||||
bootBuildImage {
|
||||
archiveFile = war.archiveFile
|
||||
runImage = "paketobuildpacks/ubuntu-noble-run:latest"
|
||||
environment = ['BP_JVM_VERSION': java.targetCompatibility.getMajorVersion(), 'BP_TOMCAT_VERSION': '11.*']
|
||||
environment = [
|
||||
'BP_JVM_VERSION': java.targetCompatibility.getMajorVersion(),
|
||||
'BP_TOMCAT_VERSION': '11.*',
|
||||
'BP_DEPENDENCY_MIRROR_DOWNLOADS_APACHE_ORG': 'https://archive.apache.org/dist'
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user