intellij-platform-gradle-plugin
                                
                                
                                
                                    intellij-platform-gradle-plugin copied to clipboard
                            
                            
                            
                        Gradle plugin for building plugins for IntelliJ-based IDEs
**Describe the bug** I am upgrading [this IntelliJ plugin](https://github.com/Nordgedanken/intellij-autohotkey) to use the latest version of the gradle-intellij-plugin. Previously, it was using `v1.8.1`. As part of the plugin tests, I configured...
[intellij-dlanguage](https://github.com/intellij-dlanguage/intellij-dlanguage) is stuck using gradle-intellij-plugin 1.10.1 because newer versions (1.13.3 and 1.14.1) fail to run `:verifyPlugin` with our project: ``` [gradle-intellij-plugin :verifyPlugin] Found multiple plugin descriptors 'plugin.xml' from 'DLanguage-1.30.2-SNAPSHOT.jar' and...
Tests are not build cacheable. Running them twice in a row re-runs them. To reproduce: ``` git clone https://github.com/apollographql/apollo-kotlin cd apollo-kotlin git checkout 4824ae3bf53025a0b2b6290edb609647834f435c # run tests a first time...
### What happened? When applying the plugin it will also enforce JBR as the JDK, with JBR17, the `getSystemJavaCompiler` is returned null, most likely due to classpath modifications. This is...
### What happened? If the compiler version is not specified, the plugin tries to resolve it every time we run `./gradlew instrumentCode`. Resolving the ant task version forces a few...
**Describe the bug** I encountered an issue while trying to set the `localPath` property to point to an IDE installation located in JetBrains Toolbox. ``` * What went wrong: Could...
### Describe the need of your request `runPluginVerifier` takes quite some time, so it would benefit from up-to-date checks and the build cache. It seems to me that the task...
I'm updating my plugin to support the latest 2023.2 release of PyCharm Pro and Community, but the test matrix is failing on Windows in 2 places: https://github.com/tonybaloney/pycharm-security/actions/runs/5710247479/job/15470132874?pr=461 1. The Gradle...
**Describe the bug** I tried to open my plugin project in IntelliJ while I was offline. IntelliJ wanted to run Gradle to update the model. As I was offline, this...
After updating from 1.13.0 to 1.15.0, a test started to break with the exception below. In my tests, 1.13.2 is working fine. 1.13.3 and all later versions (including 1.15.0) are...