intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Gradle plugin for building plugins for IntelliJ-based IDEs
### What happened? Migrating to the gradle plugin v2, how can I set the full path of the sandbox container? With plugin v1, if I set `intellij { sandboxDir.set("foo/") }`,...
### Describe the need of your request With gradle plugin v1, I was using intellij `{ version.set("IC-LATEST-EAP-SNAPSHOT") }` With gradle plugin v2, I am using dependencies `{ intellijPlatform { intellijIdeaCommunity("...")...
### Describe the need of your request Using plugin v2 According to https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-migration.html#intellijdownloadsources: > Downloading sources is managed by the Plugin DevKit plugin in version 2024.1+. What does it mean...
### Describe the need of your request Using plugin id("org.jetbrains.intellij.platform.migration") version "2.0.0-beta3" It always says: > As soon as you'll handle all configuration problems, remember to remove this plugin from...
### What happened? I am developing a plugin for Android 2023.3.1 (Build #AI-233.14808.21). When creating a new IDE Plugin in Intellij Idea, I get an error [gradle-intellij-plugin :] Error when...
### What happened? I cannot browse a source code of bundled plugins. Platform's sources are shown fine though. This didn't happen with the "old" plugin" ### Relevant log output or...
### What happened? When I specify multiple IDEs for the verificatoin, only one seems to be selected. This is a follow-up to issue #1637 which has been closed. ### Relevant...
### What happened? With beta7 and IC-242.16677.21 I'm getting this exceptions for every test method. But it's doesn't happen with beta7 and IC-242.14146.16. This exception is thrown for every test...
### What happened? Whenever I run tests (from IntelliJ IDEA using Gradle), it takes about **10 minutes** to start, because Gradle loads "meta data" for all "test-framework" libraries (see the...
### What happened? Our plugin uses JCEF and we get the following error when execute "runIde" second time: `Cannot snapshot /Users/Evgenii/work/intellij-codereview-plugin/master/bitbucket/bitbucket-plugin/build/idea-sandbox/IC-2024.2/system/jcef_cache/SingletonSocket: not a regular file` Deleting "jcef_cache" directory helps. It...