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

### What happened? My multi-module project is work on version 2.0.0 very well. but when I try to upgrade to 2.0.1, 1. modifiy the version string from 2.0.0 to 2.0.1...

bug

### What happened? IntelliJ Platform Gradle Plugin 2.0 adds SLF4J provider that is clashing with Spring Dependencies. **Logs:** ``` Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar...

bug

### What happened? `performanceTesting.jar` is not bundled in android studio 2024.2.1.* This causes a resolution error in `:compileKotlin`. ### Relevant log output or stack trace ```shell Execution failed for task...

bug

### What happened? `sandboxSuffix` is an empty string in the `prepareSandbox { }` body, independent of the actual task name at the time of execution. ### Relevant log output or...

bug

### What happened? If the `teamCityOutputFormat` property is set to **true**, the gradle `verifyPlugin` task will report problems, but the task itself will not fail and the following dependent tasks...

bug

### Describe the need of your request To resolve NixOS/nix-idea#1, I would need to add optional dependencies for each IDE I want to support. I already prototyped this using version...

enhancement
to be discussed

### What happened? I'm getting "Gradle import errors" warnings during the Gradle sync with the following stacktrace. ### Relevant log output or stack trace ```shell Unable to build Kotlin project...

bug
feedback required
depends on IDEA

### Describe the need of your request ide in ides extension doesn't accept useInstaller like create in dependencies extension. so can't use EAP here because there is no binary release....

enhancement

### What happened? Hello, I'm having trouble developing an IntelliJ plugin in an environment without internet access. I need to connect to a local artifactory for this purpose. ### Relevant...

bug

### What happened? According to the [documentation](https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-tasks.html#buildPlugin) for the `buildPlugin` task it says that ` By default, the archiveBaseName is set to the plugin name specified in the plugin.xml file,...

bug