From 86fba9235e36d035c5edb72ba040de855ca21d2f Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Wed, 17 Jan 2018 11:54:58 -0500 Subject: [PATCH] Updated Build from Source (markdown) --- Build-from-Source.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Build-from-Source.md b/Build-from-Source.md index 92c6e04..869f05e 100644 --- a/Build-from-Source.md +++ b/Build-from-Source.md @@ -1,4 +1,5 @@ -_This document describes how to build the Spring Framework sources or import into an IDE._ +_This document describes how to build and import the Spring Framework into an IDE. +You may also be interested to see [[Code Style]] and [[IntelliJ IDEA Editor Settings]]._ The Spring Framework uses a [Gradle](http://gradle.org) build. The instructions below use [Gradle Wrapper](http://vimeo.com/34436402) from the root of the source tree. @@ -45,5 +46,3 @@ To install all Spring Framework jars into your local Maven cache (note that "-x" Ensure JDK 8 is configured properly in the IDE. Then follow the instructions: * For Eclipse run `./import-into-eclipse.sh`. * For IntelliJ IDEA, a straight-up import will not work. Please read [import-into-idea.md](https://github.com/spring-projects/spring-framework/blob/master/import-into-idea.md). - -See also [[Code Style]] and [[IntelliJ IDEA Editor Settings]].