Browse Source

Merge branch '3.5.x'

Closes gh-48046
pull/48068/head
Andy Wilkinson 1 month ago
parent
commit
032f9157c5
  1. 6
      system-test/spring-boot-image-system-tests/src/systemTest/resources/org/springframework/boot/image/paketo/PaketoBuilderTests-plainWarApp.gradle

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

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

Loading…
Cancel
Save