|
|
|
|
@ -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' |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
|