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



##########
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:
       We figured it out, the build was using a non snapshot version. Passing 
`-PskipSigning=true` fixed it. Submitted 
https://github.com/apache/kafka/pull/10307 to make it easier to debug these 
issues in the future.




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