intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Gradle plugin for building plugins for IntelliJ-based IDEs
**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**...
**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...
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...
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...
**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'. >...
**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...
**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...
add new `WS` as `type` (https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#intellij-extension-type) available since 2022.3 release
**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...