Clarify instructions for building from source
Re-order subsections to make it clear that running a full `./gradlew build` is not necessary just to import projects into your IDE or to build and install jars to your .m2 cache.
This commit is contained in:
parent
f9b5b1df53
commit
d97f6cf5b8
|
@ -42,14 +42,14 @@ a cross-platform, self-contained bootstrap mechanism for the build.
|
||||||
### check out sources
|
### check out sources
|
||||||
`git clone git://github.com/SpringSource/spring-framework.git`
|
`git clone git://github.com/SpringSource/spring-framework.git`
|
||||||
|
|
||||||
### compile and test, build all jars, distribution zips and docs
|
### import sources into your IDE
|
||||||
`./gradlew build`
|
Run `./import-into-eclipse.sh` or read `import-into-idea.md` as appropriate.
|
||||||
|
|
||||||
### install all spring-\* jars into your local Maven cache
|
### install all spring-\* jars into your local Maven cache
|
||||||
`./gradlew install`
|
`./gradlew install`
|
||||||
|
|
||||||
### import sources into your IDE
|
### compile and test, build all jars, distribution zips and docs
|
||||||
Run `./import-into-eclipse.sh` or read `import-into-idea.md` as appropriate.
|
`./gradlew build`
|
||||||
|
|
||||||
... and discover more commands with `./gradlew tasks`. See also the [Gradle
|
... and discover more commands with `./gradlew tasks`. See also the [Gradle
|
||||||
build and release FAQ][].
|
build and release FAQ][].
|
||||||
|
|
Loading…
Reference in New Issue