intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Gradle plugin for building plugins for IntelliJ-based IDEs
### Describe the need of your request Any dependency on bundled/external plugin must be defined in plugin descriptor (https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html#3-dependency-declaration-in-pluginxml). Unfortunately, many users miss this step which leads to NCDFE at...
### Describe the need of your request The latest release of the plugin verifier (https://github.com/JetBrains/intellij-plugin-verifier/releases/tag/1.367) added a `-mute` switch. Can this be exposed as a `ListProperty` on the verifier block?...
### What happened? I have a multi-module plugin project where one plugin project depends on the other. Let's simplify the scenario: `muti-plugin` is the root gradle project. it has two...
Current pull request contains patched `CHANGELOG.md` file for the `v1.17.4` version.
### What happened? Using `intellijPlatformPluginModule` on a module that brings in 3rd party libs causes the lips to be lost when building the final zip ### Relevant log output or...
### What happened? When I try to use 242 EAP (`IU-242.15523-EAP-CANDIDATE-SNAPSHOT` more specifically) and Kotlin plugin dependency, it fails with error that it can't find `org.jetbrains.kotlin` bundled plugin. As I...
### What happened? I would like to override the `idea.log.path` when running `runIde`, using plugin v2. My `build.gradle.kts` has: ``` runIde { jvmArgs("-Didea.log.path=custom/logs/") jvmArgs("-Pidea.log.path=custom/logs/") } ``` then run `gradlew runIde`....
### Describe the need of your request Targeting 242 requires IntelliJ Platform Gradle Plugin 2.x trying to use 1.x will fail with unclear errors ### Proposed solution Show clear instructions...
### What happened? #### Timeline for context 1. My plugin failed compatibility verification for IntelliJ build `242.10180.25` 2. I got very confused, but eventually [figured out](https://x.com/andrybak0/status/1796225343411433662) that I need to...
### What happened? Sometimes, when working on a plugin project, the IDE starts indexing IDE's sources again, even if it has been indexed before. I'm talking about the same sources,...