Update instructions on building

This commit is contained in:
Rossen Stoyanchev
2016-04-15 12:07:42 -04:00
parent 7b9d4333fc
commit 9c85c7ac4c

View File

@@ -64,6 +64,11 @@ Generate Eclipse settings and then manually import projects:
./import-into-eclipse.sh
````
To run tests against the Spring IO Platform (and Hibernate 5):
````
./gradlew clean springIoCheck -PJDK8_HOME=<<your-jdk8-home>> -PplatformVersion=2.1.0.BUILD-SNAPSHOT
````
The Spring Framework and Spring Web Flow use a very similar build system. For this reason the following [Gradle build FAQ](https://github.com/SpringSource/spring-framework/wiki/Gradle-build-and-release-FAQ) would be a very useful read.
# Contributing