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 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...

enhancement

### 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?...

enhancement

### 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...

bug

Current pull request contains patched `CHANGELOG.md` file for the `v1.17.4` version.

release changelog

### 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...

bug

### 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...

bug

### 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`....

bug

### 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...

enhancement

### 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...

bug

### 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,...

bug