Merge branch '2.7.x'
Closes gh-32508
This commit is contained in:
@@ -37,5 +37,5 @@ application {
|
||||
}
|
||||
|
||||
bootBuildImage {
|
||||
archiveFile = new File("${buildDir}/distributions/${project.name}-boot.zip")
|
||||
archiveFile = bootDistZip.archiveFile
|
||||
}
|
||||
@@ -37,5 +37,5 @@ application {
|
||||
}
|
||||
|
||||
bootBuildImage {
|
||||
archiveFile = new File("${buildDir}/distributions/${project.name}.zip")
|
||||
archiveFile = distZip.archiveFile
|
||||
}
|
||||
Reference in New Issue
Block a user