mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-27 01:19:02 +00:00
Fix base directory in distribution zip
Fixes gh-23745
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user