Skip to content

Commit 5ac96e2

Browse files
committed
Warn people that Java 8 is now required
1 parent 42ad0d5 commit 5ac96e2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
##Version 1.0.14 Release Notes
66

7+
* **BREAKING CHANGE** This plugin now requires Java 8 (This brings it into line with Selenium 3.x)
78
* Fix #55 Relative file paths are now supported again.
89
* Fix #57 NPE's being thrown if a repository map what not explicitly specified.
910
* 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

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ A Maven plugin that will download the WebDriver stand alone server binaries for
1111

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

14+
**This plugin now requires Java 8!**
15+
1416
Default Usage
1517
-----
1618

0 commit comments

Comments
 (0)