This is an automated email from the ASF dual-hosted git repository.
dcampen 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 23ddf7d158 updated the readme to add verifying the maven java version
23ddf7d158 is described below
commit 23ddf7d158bb8af6ef21865d42f7e8fe4316871d
Author: Dave Campen <[email protected]>
AuthorDate: Thu Feb 9 08:56:09 2023 -0600
updated the readme to add verifying the maven java version
---
README.md | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/README.md b/README.md
index 0cc026a10f..9c650effc6 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,10 @@ Recommended:
- [Maven](http://maven.apache.org/) 3.6.3 or higher
+Verify Maven Java version: (should be Java 11 to compile properly without
skipping tests)
+
+ mvn -version
+
Clone Hop to a local repository:
$ git clone https://github.com/apache/hop.git
@@ -84,6 +88,10 @@ Required:
features like dark mode on the various platforms.
- [Maven](http://maven.apache.org/) 3.6.3 or higher
+Verify Maven Java version: (should be Java 11 to compile properly without
skipping tests)
+
+ mvn -version
+
Unzip the archive
$ tar -xf apache-hop*.tar.gz