Skip to content

Commit f61da62

Browse files
authored
Merge pull request #1730 from rnc/JDK
Add JDK22
2 parents ea2cf09 + 2b13476 commit f61da62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/reconciler/dependencybuild/scripts/maven-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ EOF
2121
if [ "$(params.JAVA_VERSION)" = "7" ]; then
2222
JAVA_VERSIONS="7:1.7.0 8:1.8.0 11:11"
2323
else
24-
JAVA_VERSIONS="8:1.8.0 9:11 11:11 17:17 21:21"
24+
JAVA_VERSIONS="8:1.8.0 9:11 11:11 17:17 21:21 22:22"
2525
fi
2626

2727
for i in $JAVA_VERSIONS; do

0 commit comments

Comments
 (0)