Jakub Chrzanowski
Jakub Chrzanowski
Starting with `2.0` release, it is now possible to register new test/run tasks with customized IntelliJ Platform and plugins set: ``` val customRunIde by intellijPlatformTesting.runIde.registering { type = IntelliJPlatformType.Rider version...
Unfortunately, it is impossible to easily make Cache Redirector optional in the current codebase. However, this has already been addressed in the 2.0 branch.
The IntelliJ Platform Gradle Plugin 2.0 is now available for testing. See: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html
I cannot reproduce it. Please provide a minimal project with the configuration that fails for you.
This issue is now obsolete in 2.0.
How is this issue related to the Gradle IntelliJ Plugin?
With the 2.0 release, the whole dependencies and repositories management has been rewritten. Dependencies won't be resolved that way anymore.
EAP should be available this year.
Since IntelliJ Platform Gradle Plugin `2.0.0`, it's possible to define custom test tasks and disable bundled plugins: ``` val customRunIde by intellijPlatformTesting.runIde.registering { type = IntelliJPlatformType.Rider version = "2024.2" plugins...
Thanks for filling the issue. It should be resolved with dependencies/repositories management refactoring in 2.0 release. In your workaround, please use the following constant instead of hardcoded configuration name: https://github.com/JetBrains/gradle-intellij-plugin/blob/e23fa587e1b780641c25c647700235131d7fa4b3/src/main/kotlin/org/jetbrains/intellij/IntelliJPluginConstants.kt#L89