You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2023/08/09 11:45:08 UTC

[GitHub] [incubator-pekko-grpc] pjfanning opened a new pull request, #155: get jar signing to work

pjfanning opened a new pull request, #155:
URL: https://github.com/apache/incubator-pekko-grpc/pull/155

   Release mangers will need to set up their `~/.gradle/gradle.properties` when doing creating a release candidate.
   
   * https://docs.gradle.org/6.9.1/userguide/signing_plugin.html#sec:conditional_signing
   
   They will need to add these props but correct the values to match their gpg setup.
   ```
   signing.keyId=24875D73
   signing.password=secret
   signing.secretKeyRingFile=/Users/me/.gnupg/secring.gpg
   ```


-- 
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: notifications-unsubscribe@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


[GitHub] [incubator-pekko-grpc] pjfanning merged pull request #155: get jar signing to work

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning merged PR #155:
URL: https://github.com/apache/incubator-pekko-grpc/pull/155


-- 
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: notifications-unsubscribe@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org