Skip to content

Commit

Permalink
Merge pull request #1730 from rnc/JDK
Browse files Browse the repository at this point in the history
Add JDK22
  • Loading branch information
rnc authored May 21, 2024
2 parents ea2cf09 + 2b13476 commit f61da62
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 f61da62

Please sign in to comment.