Fix base directory in distribution zip

Fixes gh-23745
This commit is contained in:
Brian Clozel 2019-10-02 10:00:33 +02:00
parent b7f819c9e1
commit a4257f84e7
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ task distZip(type: Zip, dependsOn: [docsZip, schemaZip]) {
description = "Builds -${archiveClassifier} archive, containing all jars and docs, " +
"suitable for community download page."
ext.baseDir = "${archiveBaseName}-${project.version}";
ext.baseDir = "spring-framework-${project.version}";
from("src/docs/dist") {
include "readme.txt"