Merge pull request #460 from Johnny Lim

* gh-460:
  Update minimum Java version in README.md and CONTRIBUTING.md
This commit is contained in:
Andy Wilkinson
2017-11-20 10:55:47 +00:00
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