This is an automated email from the ASF dual-hosted git repository. sruehl pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git
The following commit(s) were added to refs/heads/develop by this push: new 379bbb6 chore: README 21 updates 379bbb6 is described below commit 379bbb6f637da510ca2c3694723476e41fe9f1ca Author: Sebastian Rühl <sru...@apache.org> AuthorDate: Mon Sep 1 10:30:10 2025 +0200 chore: README 21 updates --- README.md | 2 +- code-generation/README | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0543891..df417be 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Environment Currently, the project is configured to require the following software: -1) Java >=9 JDK: For running Maven in general as well as compiling the Java and Scala +1) Java >=21 JDK: For running Maven in general as well as compiling the Java and Scala modules JAVA_HOME configured to point to that. diff --git a/code-generation/README b/code-generation/README index bf00508..d65e527 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 21 JDK (Or newer): For running Maven in general as well as compiling the Java modules `JAVA_HOME` configured to point to that. @@ -27,7 +27,7 @@ Normally you wouldn't be required to build this module as the artifacts it produ will be made available via one of the maven repositories. However if you want to improve or fix the existing tools, you will have to build your version locally. -You must have Java 8 installed on your system and connectivity to Maven Central +You must have Java 21 installed on your system and connectivity to Maven Central (for downloading external third party dependencies). Maven will be automatically downloaded and installed by the maven wrapper `mvnw`.