diff --git a/Build-from-Source.md b/Build-from-Source.md index 12d0f9b..69ea4d4 100644 --- a/Build-from-Source.md +++ b/Build-from-Source.md @@ -43,10 +43,10 @@ The Gradle daemon eliminates startup overhead. It's enabled by default, but some To install all Spring Framework jars in your local Maven repository, use the following. -Note that the `-x ...` arguments skip the generation of documentation and the full distribution zip file. +Note that the `-x ...` arguments skip the generation of documentation. ```shell -./gradlew publishToMavenLocal -x api -x javadoc -x asciidoctor -x dokka -x distZip +./gradlew publishToMavenLocal -x javadoc -x dokka -x asciidoctor ``` If you are building a previous version of the framework (for example, Spring Framework 5.1.x), use: