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 245 intellij-platform-gradle-plugin issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When using the new `intellij.type` as `PS`, the tests lose the ability to compare with the original test object. **To Reproduce** https://github.com/hammer-tools/laravel-hammer/tree/test-broken **Expected behavior** When the `IU`...

bug

**Describe the bug** When I set my `sinceBuild` to some specific build number, the plugin verifier fails explicitly. I would think that if it can't find any matches, it could...

bug
feedback required

Since 2 days the `runPluginVerifier` task started failing on our project. Here is the execution trace: > Scheduled verifications (2): > org.sonarlint.idea:6.8-SNAPSHOT against IC-203.8084.24, org.sonarlint.idea:6.8-SNAPSHOT against IC-213.5744.223 > 2022-07-06T17:04:01 [main]...

bug

Hi folks, In 1.8.0 there is a documented change where all sourcesets are added to the test CP. This is causing me problems with the [checkstyle-idea plugin](https://github.com/jshiell/checkstyle-idea/). One of the...

bug

I'm unable to auto reload any intellij plugin projects due to the prepareSandbox task failing whenever buildPlugin is run. Running the prepareSandbox task by itself while runIde is running also...

bug

# Pull Request Details Name of jar producer task can me customized. Task is still expected to be an instance of Gradle Jar task. ## Description By adding ability to...

IntelliJ platform 2021.2 introduced new plugin model to make support for dynamic unloading easier and more stable. Now the plugin can declare some modules inside it (slightly modified optional dependency...

enhancement

Fixes #440 Signed-off-by: Jeff MAURY

There were 2 issues: 1. Kotlin scripts were called using Bash syntax, but GitHub Actions Windows runners use PowerShell by default and it silently (I don't know why) failed. Fortunately,...

**Describe the bug** ``` [ 1043] WARN - #c.i.i.p.PluginManager - Problems found loading plugins: The Go (id=org.jetbrains.plugins.go, path=/codebuild/output/src408993822/src/github.com/aws/aws-toolkit-jetbrains/jetbrains-ultimate/build/idea-sandbox/plugins-test/go, version=222.3345.16) plugin Plugin 'Go' requires plugin 'org.intellij.intelliLang' to be installed ``` **To...

bug