Merge branch '2.6.x' into 2.7.x

Closes gh-32507
This commit is contained in:
Scott Frederick 2022-09-26 14:18:47 -05:00
commit 4ecc6656f3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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