intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Gradle plugin for building plugins for IntelliJ-based IDEs
Plugin: https://plugins.jetbrains.com/plugin/9238-jetforcer--the-smartest-force-com-ide ``` Showing the recent process error output. Show more [00:44:59][:buildSearchableOptions] at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) [00:44:59][:buildSearchableOptions] at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) [00:44:59][:buildSearchableOptions] at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) [00:44:59][:buildSearchableOptions] at com.intellij.util.pico.InstantiatingComponentAdapter.newInstance(CachingConstructorInjectionComponentAdapter.java:294) [00:44:59][:buildSearchableOptions] at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.doGetComponentInstance(CachingConstructorInjectionComponentAdapter.java:88) [00:44:59][:buildSearchableOptions] at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.instantiateGuarded(CachingConstructorInjectionComponentAdapter.java:66) [00:44:59][:buildSearchableOptions]...
If compile targeting 192: ` localPath '...\\Toolbox\\apps\\IDEA-U\\ch-1\\192.7142.36'` But running 201 instance: `task runIC_201(type: RunIdeTask){ ideDirectory '...\\Toolbox\\apps\\IDEA-C\\ch-0\\201.7223.91' }` With plugin compatible with 201 only: `plugins += 'PsiViewer:201-SNAPSHOT'` I'm getting: A problem...
I want to run my tests against with JBR, but didn't found any docs about it.
The documentation says that using a plugin as dependency should be one of - a plugin id from the plugin registry - a Maven coordinate - a sub project A...
It looks like the differences in the IDEs are larger than I thought (see https://github.com/Turbo87/intellij-emberjs/issues/4), so it would be great if we could also choose PyCharm, WebStorm, etc. instead of...
As requested [here](https://github.com/JetBrains/gradle-intellij-plugin/issues/41#issuecomment-457570809), it would be nice if it were possible to run other IDEs configured in the [Setup DSL](https://github.com/JetBrains/gradle-intellij-plugin#setup-dsl) via the [Running DSL](https://github.com/JetBrains/gradle-intellij-plugin#running-dsl).
Imagine the following scenario: 1. Feature one in my plugin is available for IC distributions 2. Feature two in my plugin is available for IU distributions but not for IC...
# Pull Request Details I noticed in a project that uses this plugin that many tasks were created during the configuration phase which seemed unnecessary. ## Description I have applied...
**Describe the bug** I noticed in a project that uses this plugin that many tasks were created during the configuration phase which seemed unnecessary. See [this build scan](https://scans.gradle.com/s/5beaggr4bwrdg/performance/configuration?openScriptsAndPlugins=WyJjb2RlLXVuaXQtb3JnLmpldGJyYWlucy5pbnRlbGxpaiJd#code-unit-org.jetbrains.intellij!:sqldelight-idea-plugin) (clicking the...
**Describe the bug** Upgrading the plugin from 1.6.0 to 1.9.0 (or 1.7/.8) and running `gradle build` will lead to a test crash with following stacktrace: ``` DetektAnnotatorTest > initializationError FAILED...