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