Skip to content

Commit d97f6cf

Browse files
committed
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.
1 parent f9b5b1d commit d97f6cf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ a cross-platform, self-contained bootstrap mechanism for the build.
4242
### check out sources
4343
`git clone git://github.com/SpringSource/spring-framework.git`
4444

45-
### compile and test, build all jars, distribution zips and docs
46-
`./gradlew build`
45+
### import sources into your IDE
46+
Run `./import-into-eclipse.sh` or read `import-into-idea.md` as appropriate.
4747

4848
### install all spring-\* jars into your local Maven cache
4949
`./gradlew install`
5050

51-
### import sources into your IDE
52-
Run `./import-into-eclipse.sh` or read `import-into-idea.md` as appropriate.
51+
### compile and test, build all jars, distribution zips and docs
52+
`./gradlew build`
5353

5454
... and discover more commands with `./gradlew tasks`. See also the [Gradle
5555
build and release FAQ][].

0 commit comments

Comments
 (0)