Skip to content

Commit

Permalink
Warn people that Java 8 is now required
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardesco committed May 25, 2017
1 parent 42ad0d5 commit 5ac96e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

##Version 1.0.14 Release Notes

* **BREAKING CHANGE** This plugin now requires Java 8 (This brings it into line with Selenium 3.x)
* Fix #55 Relative file paths are now supported again.
* Fix #57 NPE's being thrown if a repository map what not explicitly specified.
* Fix #51 NPE no longer thrown if RepositoryMap.xml is invalid, instead you will see an error telling you the repository map is not valid
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ A Maven plugin that will download the WebDriver stand alone server binaries for

What's changed? See the [Changelog](https://github.com/Ardesco/selenium-standalone-server-plugin/blob/master/CHANGELOG.md).

**This plugin now requires Java 8!**

Default Usage
-----

Expand Down

0 comments on commit 5ac96e2

Please sign in to comment.