Merge branch '2.7.x'

Closes gh-32508
This commit is contained in:
Scott Frederick 2022-09-26 14:19:22 -05:00
commit b191bf1c09
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
}