Update minimum Java version in README.md and CONTRIBUTING.md

Closes gh-460
This commit is contained in:
Johnny Lim
2017-11-19 05:18:30 +09:00
committed by Andy Wilkinson
parent 22dd1e75a4
commit 126d8fde56
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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