intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Gradle plugin for building plugins for IntelliJ-based IDEs
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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....
[BUG] Creating a Intellij Plugin - Could not determine the dependencies of task ':prepareSandbox'.
### 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...
### 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,...