This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/master by this push:
new db04c8d [DOC] update readme
new 8c490ef Merge pull request #1409 from hansva/master
db04c8d is described below
commit db04c8d49a3521a6e2890b6019ee58c925807052
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Thu Mar 3 15:02:19 2022 +0100
[DOC] update readme
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 4261541..2115b50 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ the [Hop website](https://hop.apache.org) for more
information on how to contrib
Required:
-- [OpenJDK](https://openjdk.java.net/) Java 8 compiler. Make sure to update
your JDK to the latest possible patch
+- [OpenJDK](https://openjdk.java.net/) Java 11 compiler. Make sure to update
your JDK to the latest possible patch
version.
Recommended:
@@ -80,7 +80,7 @@ You can download a source release
[here](https://downloads.apache.org/hop/)
Required:
-- [OpenJDK](https://openjdk.java.net/) Java 8 compiler or higher. Make sure to
get the latest updates to support recent
+- [OpenJDK](https://openjdk.java.net/) Java 11 compiler or higher. Make sure
to get the latest updates to support recent
features like dark mode on the various platforms.
- [Maven](http://maven.apache.org/) 3.6.3 or higher