intellij-platform-gradle-plugin icon indicating copy to clipboard operation
intellij-platform-gradle-plugin copied to clipboard

Gradle plugin for building plugins for IntelliJ-based IDEs

Results 269 intellij-platform-gradle-plugin issues
Sort by recently updated
recently updated
newest added

**Describe the bug** There are dependencies with `implementation` scope that are currently actually part of the public API, and dependencies with `api` scope that don't need to be. **To Reproduce**...

bug

**Describe the bug** Out of the box `runIde` task fails because it relies on `patchPluginXml` which doesn't work **To Reproduce** 1) Create template from: https://github.com/JetBrains/intellij-platform-plugin-template 2) invoke `runIde` Repository: https://github.com/MarcinAman/changelog-bug...

bug

I am getting a weird exception over and over after I debug my IDE and then exit it: `org.gradle.internal.resolve.ModuleVersionResolveException: Could not resolve com.jetbrains.intellij.idea:ideaIC:223.7571.182.` This appears in the Idea Debug Console....

**Is your feature request related to a problem? Please describe.** Related to * #1114 * #1103 Several places in code use strings to define the locations of files and directories...

enhancement

Hi, I'd like to build intellij plugins - but will be operating in a firewalled environment. When trying to build with this plugin - it appears to try and contact...

enhancement

**Describe the bug** I create a empty Plugin Project. And I specify `updateSinceUntilBuild` -> false,then I got an error: ``` * What went wrong: Execution failed for task ':verifyPluginConfiguration'. >...

bug

**Is your feature request related to a problem? Please describe.** We face a huge amount of external traffic in our CI due to running the plugin verifier. What we would...

enhancement
performance

**Is your feature request related to a problem? Please describe.** ATM, the [`runPluginVerifier` task](https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#tasks-runpluginverifier) only performs verification against the "base IDE", but not against [`intellij.plugins`](https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension-plugins) defined as dependencies. You can...

enhancement

add new `WS` as `type` (https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension-type) available since 2022.3 release

enhancement

**Is your feature request related to a problem? Please describe.** Support Aqua IDE (https://www.jetbrains.com/aqua/) "natively" as new `type` in configuration. **Additional context** - once it gets to Beta or similar...

enhancement