Skip to content

Commit 07446bb

Browse files
committed
Merge branch '3.4.x' into 3.5.x
Closes gh-48045
2 parents 083b390 + 4287826 commit 07446bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

spring-boot-system-tests/spring-boot-image-tests/src/systemTest/resources/org/springframework/boot/image/paketo/PaketoBuilderTests-plainWarApp.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,9 @@ war {
4949
bootBuildImage {
5050
archiveFile = war.archiveFile
5151
runImage = "paketobuildpacks/ubuntu-noble-run:latest"
52-
environment = ['BP_JVM_VERSION': java.targetCompatibility.getMajorVersion(), 'BP_TOMCAT_VERSION': '10.*']
52+
environment = [
53+
'BP_JVM_VERSION': java.targetCompatibility.getMajorVersion(),
54+
'BP_TOMCAT_VERSION': '10.*',
55+
'BP_DEPENDENCY_MIRROR_DOWNLOADS_APACHE_ORG': 'https://archive.apache.org/dist'
56+
]
5357
}

0 commit comments

Comments
 (0)