snyk-intellij-plugin
snyk-intellij-plugin copied to clipboard
chore: add sign target to gradle builds
Description
These steps are needed to sign plugins:
- Generate the certificate. https://plugins.jetbrains.com/docs/intellij/plugin-signing.html#plugin-signature-verification
- Add the certificate to Github secrets.
- Implement the signPlugin task for Gradle.
This PR covers the implementation for step 3.
Checklist
- [] Tests added and all succeed
- [ ] Linted
- [ ] CHANGELOG.md updated
- [ ] README.md updated, if user-facing
Screenshots / GIFs
Visuals that may help the reviewer. Please add screenshots for any UI change. GIFs are most welcome!