Fix removed deprecation
- Fix property values which doesn't exist in gradle zip task anymore. - Relates #821
This commit is contained in:
@@ -20,7 +20,7 @@ springBoot {
|
||||
|
||||
if (project.hasProperty('springShellSampleE2E') && springShellSampleE2E.toBoolean()) {
|
||||
bootJar {
|
||||
archiveName = "$baseName.$extension"
|
||||
archiveFileName = "${archiveBaseName.get()}.${archiveExtension.get()}"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user