Update minimum Java version in README.md and CONTRIBUTING.md
Closes gh-460
This commit is contained in:
committed by
Andy Wilkinson
parent
22dd1e75a4
commit
126d8fde56
@@ -41,7 +41,7 @@ None of these is essential for a pull request, but they will all help
|
||||
|
||||
### Building from source
|
||||
|
||||
To build the source you will need Java 7 or later. The code is built with Gradle:
|
||||
To build the source you will need Java 8 or later. The code is built with Gradle:
|
||||
|
||||
```
|
||||
$ ./gradlew build
|
||||
|
||||
@@ -17,7 +17,7 @@ To learn more about Spring REST Docs, please consult the [reference documentatio
|
||||
|
||||
## Building from source
|
||||
|
||||
You will need Java 7 or later to build Spring REST Docs. It is built using [Gradle][10]:
|
||||
You will need Java 8 or later to build Spring REST Docs. It is built using [Gradle][10]:
|
||||
|
||||
```
|
||||
./gradlew build
|
||||
|
||||
Reference in New Issue
Block a user