Jakub Chrzanowski
Jakub Chrzanowski
Closing as a duplicate – please track the progress in #1601
In the changelog of beta2, it was noted that we're switching to CDN as a primary source of IntelliJ Platform archives. To switch back to IJ Maven repository, use the...
You need to add a dependency on JCEF explicitly. ``` dependencies { intellijPlatform { ... jetbrainsRuntime() } } ```
> EAP releases don't work with the plugin, see the following comment for a workaround Nitpicking: EAP releases work but are officially no longer a primary source of IntelliJ Platform....
For a long time, I've heard that the old dependencies and repositories management is broken. `1.x` was adding custom repositories and dependencies on various libraries, JBR, etc without your knowledge,...
@ingokegel 2.5.0 was not aiming to improve that situation. The ball is now on the Plugin Verifier's side.
Thanks for reporting, Julian! The issue you reported isn't directly related to the IntelliJ Platform Gradle Plugin (I see no `org.jetbrains.intellij.platform.gradle` mentions in the stacktrace) but the IDE itself. See:...
That gives me more light, thanks. Background story: The `intellijPluginVerifierIdesDependency_IC-2024.1.5` configuration is valid and created dynamically by the IntelliJ Platform Gradle Plugin to keep multiple IntelliJ Platform dependencies with different...
I have fixed that with https://github.com/JetBrains/intellij-platform-gradle-plugin/commit/1c5e9c3f4d94f749d79260ea81b25ec006497ba2 Could you please verify if this resolves the issue on your end? You can use the `2.0.1-SNAPSHOT` [snapshot release](https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html#snapshot-release) for that.
The issue is caused by the Package Search plugin. Related issues in YouTrack: - https://youtrack.jetbrains.com/issue/IDEA-357131/Packge-search-ConcurrentModificationException-when-reloading-gradle-project - https://youtrack.jetbrains.com/issue/PKGS-1464/Error-while-building-Package-Search-Gradle-model (not public) You may try disabling the Package Search plugin in the IDE...