Jakub Chrzanowski
Jakub Chrzanowski
Thanks for reporting, Faur! It turned out that we're not publishing Zip archives for Windows, but they are present internally. I passed this to the relevant team – I hope...
Optional dependencies – as they're optional – are no longer loaded into the compilation classpath. Even if you have specified in your `plugin.xml` the following: ``` org.jetbrains.plugins.terminal ``` it is...
I love your XCKD reference! Thank you for understanding, but the current approach of not enabling optional plugins is the correct one. However, tests are failing because they don't have...
@InSyncWithFoo The only way to make it work is to provide the list of bundled modules and plugins that your plugin requires when building or running tests. We've been discussing...
@InSyncWithFoo I've just cloned your `ryecharm` project and bumped: ``` intelliJPlatform = "2.9.0" ``` The project builds with no hiccups. As for tests – can't say much as they already...
Sorry for the delay! What was required to make the lastest IntelliJ Platform Gradle Plugin work was adding a dependency on a JSON bundled plugin: ``` platformBundledPlugins = PythonCore, Pythonid,...
When running tests via Gradle, the IntelliJ Platform Gradle Plugin sets several flags and extra classpath entries to prepare the IntelliJ Platform for proper execution. Running tests with the IDEA...
Please check if you have IDE configured to run tests using Gradle instead of IntelliJ IDEA:
Fixed with 1f649d17c8ab8e38f8371859a4f483f5883e3544
Looks like networking issue as the second URL is correct and resolvable: https://download.jetbrains.com/idea/ideaIC-2024.2.5.win.zip