Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contributor-docs/release-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ Verify that third party licenses are included in Docker. You can do this with a
-c 'ls -al /opt/apache/beam/third_party_licenses/ | wc -l'
done

for javaver in 8 11 17 21; do
for javaver in 11 17 21 25; do
docker run --rm --entrypoint sh \
apache/beam_java${javaver}_sdk:${RC_TAG} \
-c 'ls -al /opt/apache/beam/third_party_licenses/ | wc -l'
Expand Down