Merge branch '2.6.x' into 2.7.x

Closes gh-32507
pull/32861/head
Scott Frederick 2 years ago
commit 4ecc6656f3

@ -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