intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Gradle plugin for building plugins for IntelliJ-based IDEs
**Describe the bug** If the Gradle plugin project is configured with the current 2023.2 beta and is executed without JBR (as it's common on GitHub Actions), then the following exception...
I'm using IntelliJ IDEA in the GNU Guix Linux distribution. Guix has a somewhat unusual filesystem setup. Among other things you won't be able to run a random foreign ELF...
**Describe the bug** The task buildSearchableOptions fails when a plugin is build inside a docker container with the same error as the other issue https://github.com/JetBrains/gradle-intellij-plugin/issues/1210 **To Reproduce** I created a...
**Is your feature request related to a problem? Please describe.** I'm working on an IDEA plugin in a private network where components must be fetched through a dedicated Nexus repository...
**Is your feature request related to a problem? Please describe.** Goland does not ship with the test-framework , go-testframework modules. In order to run tests in goland, you need to...
I updated my build from 1.13.1 to 1.14.2-SNAPSHOT. With the updates version, a test is always failing now. The test is passing with 1.13.1 (for several weeks already). The test...
**Describe the bug** `CONTRIBUTING.md` contains a reference to a non-existent file in the repo and 2 links which are 404. **To Reproduce** Open https://github.com/JetBrains/gradle-intellij-plugin/blob/master/CONTRIBUTING.md#run-integration-tests **Expected behavior** CONTRIBUTING.md contains actionable information....
**Describe the bug** I'm having troubles parallelizing the build of a repository containing multiple IntelliJ plugins because of `runPluginVerifier`. I'm seeing two distinct issues preventing the task to be run...
**Is your feature request related to a problem? Please describe.** Often during development, the tests requires some plugin to make the test runnable. I would like to limit the actual...
**Describe the bug** `configurations.compileClasspath.getFiles()` fails due to failing of underlying `z50_ideaPlugins` configuration, when adding `com.intellij.java` into plugins list. **To Reproduce** ```groovy plugins { id 'org.jetbrains.intellij' version '1.13.3' } repositories {...