Skip to content

Commit

Permalink
Add zipSigner dependency for intellijPlatform
Browse files Browse the repository at this point in the history
Fixes error:

```
Execution failed for task ':idea-plugin:signPlugin'.
> No Marketplace ZIP Signer executable found.
  Please ensure the `zipSigner()` entry is present in the project dependencies section or `intellijPlatform.signing.cliPath` extension property
  See: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-extension.html#intellijPlatform-signing
```
  • Loading branch information
Goooler committed Jul 23, 2024
1 parent 4d49873 commit ddc8b73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions idea-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ dependencies {
intellijPlatform {
intellijIdeaCommunity("2024.1")
instrumentationTools()
zipSigner()
}
}

Expand Down

0 comments on commit ddc8b73

Please sign in to comment.