This is an automated email from the ASF dual-hosted git repository.
cdutz 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 7e05391017 chore: Updated the prerequisite check to fail the build if
running with less than Java 21.
7e05391017 is described below
commit 7e053910173f40cd6720a00c019ee3b158a3801c
Author: Christofer Dutz <[email protected]>
AuthorDate: Tue Sep 2 15:13:25 2025 +0200
chore: Updated the prerequisite check to fail the build if running with
less than Java 21.
---
src/main/script/prerequisiteCheck.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/script/prerequisiteCheck.groovy
b/src/main/script/prerequisiteCheck.groovy
index faebb6052c..acb260c53c 100644
--- a/src/main/script/prerequisiteCheck.groovy
+++ b/src/main/script/prerequisiteCheck.groovy
@@ -413,7 +413,7 @@ if (os == "windows") {
// profiles.
/////////////////////////////////////////////////////
-checkJavaVersion("11", null)
+checkJavaVersion("21", null)
if (dotnetEnabled) {
checkDotnet()