Fix removed deprecation

- Fix property values which doesn't exist in gradle zip task anymore.
- Relates #821
This commit is contained in:
Janne Valkealahti
2023-07-21 08:09:24 +01:00
parent 9de09995de
commit 748f41103d
3 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@ springBoot {
if (project.hasProperty('springShellSampleE2E') && springShellSampleE2E.toBoolean()) {
bootJar {
archiveName = "$baseName.$extension"
archiveFileName = "${archiveBaseName.get()}.${archiveExtension.get()}"
}
}