This is an automated email from the ASF dual-hosted git repository.
cdutz pushed a commit to branch releases/code-generation/1.8
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git
The following commit(s) were added to refs/heads/releases/code-generation/1.8
by this push:
new c779c0b chore: Updated the minimum version in the README to Java 11
c779c0b is described below
commit c779c0b9ffaa66f6afdd6e31611cf6ceabdd5dad
Author: Christofer Dutz <[email protected]>
AuthorDate: Sat Apr 12 17:31:39 2025 +0200
chore: Updated the minimum version in the README to Java 11
---
code-generation/README | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code-generation/README b/code-generation/README
index bf00508..69d4bf1 100644
--- a/code-generation/README
+++ b/code-generation/README
@@ -16,7 +16,7 @@ Environment
Currently the project is configured to require the following software:
-1) Java 8 JDK (Or newer): For running Maven in general as well as compiling
the Java
+1) Java 11 JDK (Or newer): For running Maven in general as well as compiling
the Java
modules `JAVA_HOME` configured to point to that.