omkreddy commented on code in PR #21337:
URL: https://github.com/apache/kafka/pull/21337#discussion_r3491639564


##########
release/release.py:
##########
@@ -346,6 +346,23 @@ def delete_gitrefs():
 
 confirm_or_fail("Going to build and upload mvn artifacts based on these 
settings:\n" + textfiles.read(global_gradle_props) + '\nOK?')
 cmd("Building and uploading archives", "./gradlew publish 
-PscalaVersion=2.13", cwd=kafka_dir, env=jdk25_env, shell=True)
+# Publishes the KIP-1265 plugin artifacts to the same Nexus staging repo. The 
api-checker
+# tree is a separate Gradle build (composite/included) so the root :publish 
task does not
+# descend into it. The five coordinates uploaded here are:
+#   org.apache.kafka:kafka-api-checker-core                        (shared 
scanner/reporter jar)
+#   org.apache.kafka:kafka-internal-api-checker-gradle-plugin      (Gradle 
plugin impl jar)
+#   
org.apache.kafka.internal-api-checker:org.apache.kafka.internal-api-checker.gradle.plugin
+#                                                                  (Gradle 
plugin marker)
+#   
org.apache.kafka.public-api-checker:org.apache.kafka.public-api-checker.gradle.plugin

Review Comment:
   looks we need to remove references to public-api-checker as we not publishing



-- 
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]

Reply via email to