Merge branch '2.7.x'

Closes gh-32508
pull/32519/head
Scott Frederick 2 years ago
commit b191bf1c09

@ -37,5 +37,5 @@ application {
} }
bootBuildImage { bootBuildImage {
archiveFile = new File("${buildDir}/distributions/${project.name}-boot.zip") archiveFile = bootDistZip.archiveFile
} }

@ -37,5 +37,5 @@ application {
} }
bootBuildImage { bootBuildImage {
archiveFile = new File("${buildDir}/distributions/${project.name}.zip") archiveFile = distZip.archiveFile
} }
Loading…
Cancel
Save