-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please publish PGP signature for the plugin at Gradle Plugin Portal #239
Comments
Will check. The last time I tried it wasn't able to sign the artifacts or take over the dog atures from maven central. Basically the code just copies the artifacts from maven to Gradle plugins. |
Not sure if I can add signatures for the already existing artifacts. |
If you publish to central, then you could publish with signatures. I tend to publish plugins to both Central and Gradle Plugin Portal for redundancy. However, it might be enough to add the signatures on the next update. |
Central has signatures: https://repo1.maven.org/maven2/de/thetaphi/forbiddenapis/3.6/ |
Could you publish |
Just to clarify: signatures can be published to both Central and GPP. I am not sure if there's an option to add signatures to already existing artifacts at GPP. |
The following changes would do:
com.gradle.plugin-publish
version inbuild.gradle
. For instance,1.2.1
signing
pluginSee https://docs.gradle.org/current/userguide/publishing_gradle_plugins.html#sign_artifacts
Context
I'm upgrading forbidden-apis in JMeter, and I would like to configure PGP for the trusted signature so I don't need to update PGP on every update.
The text was updated successfully, but these errors were encountered: