Skip to content

Commit

Permalink
building with Java 8 is required, updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Jul 18, 2016
1 parent 4a80e2c commit ffbe2cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,16 @@ from https://github.com/facebook/watchman

## Requirements

* [Java 7 JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
* [Java 8 JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html)
* `java` and `jar` on the PATH

Although the build system is based on rake it's **strongly advised**
to rely on the version of JRuby in `third_party/` that is invoked by
`go`. The only developer type who would want to deviate from this is
the “build maintainer” who's experimenting with a JRuby upgrade.

Note that all Selenium Java artefacts are **built with Java 7
(mandatory)**. Those _will work with any Java >= 7_.
Note that all Selenium Java artefacts are **built with Java 8
(mandatory)**. Those _will work with any Java >= 8_.

### Optional Requirements

Expand Down

0 comments on commit ffbe2cc

Please sign in to comment.