You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by ot...@apache.org on 2021/10/06 17:26:44 UTC

[plc4x] branch develop updated: update readme to jdk 11 (#283)

This is an automated email from the ASF dual-hosted git repository.

otluk pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new dd7188c  update readme to jdk 11 (#283)
dd7188c is described below

commit dd7188c7ef0e9717f65b25363b4daf131ff67ca6
Author: Otto Fowler <ot...@gmail.com>
AuthorDate: Wed Oct 6 13:26:40 2021 -0400

    update readme to jdk 11 (#283)
    
    we should list what jdks we know work in ci etc
    
    Co-authored-by: ottlukas <ot...@gmail.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bacc72b..d87f0da 100644
--- a/README.md
+++ b/README.md
@@ -84,7 +84,7 @@ See the PLC4J user guide on the website to start using PLC4X in your Java applic
 
 Currently, the project is configured to require the following software when building only the Java parts:
 
-1. Java 1.8 JDK: For running Maven in general as well as compiling the Java modules `JAVA_HOME` configured to point to that. If you also want to build the `plc4c` and `plc4cpp` modules, you will need at least Java 11.
+1. Java 11 JDK: For running Maven in general as well as compiling the Java modules `JAVA_HOME` configured to point to that.
 2. libpcap/WinPcap for raw socket tests in Java or use of `passive-mode` drivers
 3. (Optional) [Graphviz](https://www.graphviz.org/) : For generating the graphs in the documentation
 4. Git (even when working on the source distribution)