Jakub Chrzanowski

Results 264 comments of Jakub Chrzanowski

Please use the EAP channel to get the 2.0.0-EAP.1 release of the Foldable Project View plugin 👉 https://plugins.jetbrains.com/plugins/eap/17288

Is it reproducible in `4.5.1`?

Thanks for filing this issue. This has already been implemented within the 2.0 version. It'll be possible to do with: ``` intellijPlatform { pluginConfiguration { id = "..." name =...

Due to the current dependencies/repositories management approach — yes. Everything is now set during the task configuration or even task execution phases, therefore, you're not able to properly handle them...

Implemented in 2.0. It is possible to apply the org.jetbrains.intellij.platform.settings plugin in settings.gradle.kts, which also provides a set for repository helpers to let you add all necessary repositories to the...

I tried to reproduce it but with no luck — can you please prepare a minimal setup for that case?

You have a dependency to `org.testcontainers:testcontainers:1.18.3` added in your module (a blue one on the screenshot). ![image](https://github.com/JetBrains/gradle-intellij-plugin/assets/108333/75394884-0f7e-49c8-a8b6-aebcb188565b) Then, the `Docker` plugin defined in `intellij.plugins` is applied to the module. The...

With the IntelliJ Platform Gradle Plugin 2.0, it is now possible to define the exact order of dependencies — IntelliJ Platform, plugins, and "regular" Maven dependencies. See: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html