intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Gradle plugin for building plugins for IntelliJ-based IDEs
### What happened? Pull request build consistently failed in strange fashion. Given the message seemed to indicate something about the cache, I removed all the GHA caches. After that the...
### What happened? I have a plugin that needs to be publish to an internal Maven repo. To publish to this repo I'm using the [Maven Publish plugin](https://docs.gradle.org/current/userguide/publishing_maven.html). I configure...
### Describe the need of your request The list of plugin IDs for bundled plugins does not make it very easy to locate the one you're interested in, as many...
### What happened? The `ClassCastException` on `ShimManagerService` happens when two modules (possibly dependant to one another), use the following dependencies declaration ```mermaid classDiagram components Run with --info or --debug option...
### What happened? After migrating to a new plugin version 2.0.0 and higher, a gradle project synchronization error occurs, because of this it is impossible to do anything with the...
### What happened? Here the configuration extends itself: https://github.com/JetBrains/intellij-platform-gradle-plugin/blob/b9b6699ebb95c6c88ee188b9d528506744f24ee5/src/main/kotlin/org/jetbrains/intellij/platform/gradle/extensions/IntelliJPlatformTestingExtension.kt#L113 ### Relevant log output or stack trace _No response_ ### Steps to reproduce No. ### Gradle IntelliJ Plugin version 2.1.0 ###...
### What happened? Since upgrading from 1.16.1 to 2.1.0, and upgrading to `2024.1` of Rider, I am unable to compile and run my tests.  I am unable to `import...
Compilation error because of collision between external dependency and transitive IDE dependencies
### What happened? If the IDE artifact contains a dependency with version `X` and you add the same dependency with version `Y`, it may break compilation because `X` version is...
# Pull Request Details Fixed generation of duplicate files in ".intellijPlatform/localPlatformArtifacts" with different version numbers. As usual, it also includes #1792 because master is broken. The tests will fail on...
### Describe the need of your request In a project the tests, and only the tests, are using the JSON plugin. I'd like to have the classes of the JSON...