chia7712 commented on code in PR #20699:
URL: https://github.com/apache/kafka/pull/20699#discussion_r2445686805
##########
release/release.py:
##########
@@ -127,14 +127,17 @@ def command_stage_docs():
if not os.path.exists(kafka_site_repo_path) or not
os.path.exists(os.path.join(kafka_site_repo_path, "powered-by.html")):
fail("{kafka_site_repo_path} doesn't exist or does not appear to be
the kafka-site repository")
- jdk21_env = get_jdk(21)
+ jdk25_env = get_jdk(25)
Review Comment:
https://github.com/apache/kafka/blob/92d9dc19b22529895c430bf2551b551cbfbcaad1/release/templates.py#L28C5-L28C42
@apalan60 could you please update the template too?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]