mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '2.7.x'
Closes gh-32508
This commit is contained in:
+1
-1
@@ -37,5 +37,5 @@ application {
|
||||
}
|
||||
|
||||
bootBuildImage {
|
||||
archiveFile = new File("${buildDir}/distributions/${project.name}-boot.zip")
|
||||
archiveFile = bootDistZip.archiveFile
|
||||
}
|
||||
+1
-1
@@ -37,5 +37,5 @@ application {
|
||||
}
|
||||
|
||||
bootBuildImage {
|
||||
archiveFile = new File("${buildDir}/distributions/${project.name}.zip")
|
||||
archiveFile = distZip.archiveFile
|
||||
}
|
||||
Reference in New Issue
Block a user