ableegoldman commented on a change in pull request #10203:
URL: https://github.com/apache/kafka/pull/10203#discussion_r592808364



##########
File path: README.md
##########
@@ -69,10 +69,6 @@ Generate coverage for a single module, i.e.:
 ### Building a binary release gzipped tar ball ###
     ./gradlew clean releaseTarGz
 
-The above command will fail if you haven't set up the signing key. To bypass 
signing the artifact, you can run:
-
-    ./gradlew clean releaseTarGz -x signArchives

Review comment:
       @ijuma the proper way to skip signing is now to run `./gradlew clean 
releaseTarGz -DskipSigning`, is that right? Is there a reason we removed this 
instruction from the README instead of updating it?




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to