Skip to content

Commit 4287826

Browse files
committed
Use mirror for Tomcat downloads
Closes gh-48038
1 parent ad67a77 commit 4287826

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
@@ -48,5 +48,9 @@ war {
4848

4949
bootBuildImage {
5050
archiveFile = war.archiveFile
51-
environment = ['BP_JVM_VERSION': java.targetCompatibility.getMajorVersion(), 'BP_TOMCAT_VERSION': '10.*']
51+
environment = [
52+
'BP_JVM_VERSION': java.targetCompatibility.getMajorVersion(),
53+
'BP_TOMCAT_VERSION': '10.*',
54+
'BP_DEPENDENCY_MIRROR_DOWNLOADS_APACHE_ORG': 'https://archive.apache.org/dist'
55+
]
5256
}

0 commit comments

Comments
 (0)