From 2b134767cc02b0694be832a2a5192bda7b277ab2 Mon Sep 17 00:00:00 2001 From: Nick Cross Date: Mon, 20 May 2024 13:21:42 +0100 Subject: [PATCH] Add JDK22 --- pkg/reconciler/dependencybuild/scripts/maven-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/reconciler/dependencybuild/scripts/maven-build.sh b/pkg/reconciler/dependencybuild/scripts/maven-build.sh index cdd0521be..a1f711738 100644 --- a/pkg/reconciler/dependencybuild/scripts/maven-build.sh +++ b/pkg/reconciler/dependencybuild/scripts/maven-build.sh @@ -21,7 +21,7 @@ EOF if [ "$(params.JAVA_VERSION)" = "7" ]; then JAVA_VERSIONS="7:1.7.0 8:1.8.0 11:11" else - JAVA_VERSIONS="8:1.8.0 9:11 11:11 17:17 21:21" + JAVA_VERSIONS="8:1.8.0 9:11 11:11 17:17 21:21 22:22" fi for i in $JAVA_VERSIONS; do