Skip to content

Commit

Permalink
Add JDK22
Browse files Browse the repository at this point in the history
  • Loading branch information
rnc committed May 20, 2024
1 parent cd221ae commit 2b13476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reconciler/dependencybuild/scripts/maven-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b13476

Please sign in to comment.