commit
b191bf1c09
|
|
@ -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
|
||||
}
|
||||
Loading…
Reference in New Issue