flyrain commented on code in PR #1926:
URL: https://github.com/apache/polaris/pull/1926#discussion_r2167146078
##########
runtime/distribution/build.gradle.kts:
##########
@@ -104,6 +104,7 @@ distZip.configure { finalizedBy(digestDistZip) }
if (project.hasProperty("release") || project.hasProperty("signArtifacts")) {
signing {
+ useGpgCmd();
Review Comment:
Thank for sharing, @jbonofre! Followed the two steps you posted. Still the
same things. Failed with the change, and passed with the change. I guess this
[part](https://github.com/apache/polaris/blob/main/build-logic/src/main/kotlin/publishing/PublishingHelperPlugin.kt#L107)
may not be triggered in my case.
```
if (project.hasProperty("useGpgAgent")) {
useGpgCmd()
}
```
--
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]