Jakub Chrzanowski
Jakub Chrzanowski
Unfortunately, the `performancePlugin` bundled module is listed in the Android Studio's `product-info.json`, and points to the file that doesn't exist. This bundled module comes to the `org.jetbrains.android` bundled plugin as...
It turned out that Rider doesn't distribute the `testFramework.jar` with the Rider installers. Investigating.
Correct, the only option to use Rider's bundled test framework is to switch to non-installer distribution, as @AlexanderBartash explained: https://github.com/jezzsantos/automate.plugin-rider/pull/53/files#diff-c0dfa6bc7a8685217f70a860145fbdf416d449eaff052fa28352c5cec1a98c06R39-R42
List of libraries to be excluded automatically: - `org.slf4j` - `ch.qos.logback` - `org.apache.logging.log4j` - Kotlinx Coroutines (`org.jetbrains.kotlinx`, `com.intellij.platform`) - see: https://github.com/JetBrains/intellij-platform-gradle-plugin/blob/7ad822fdfd6e9cde7e0f57649e9a6e78d533adff/src/main/kotlin/org/jetbrains/intellij/platform/gradle/providers/ModuleDescriptorsValueSource.kt#L90-L117
Thanks for reporting. Could you please provide me with a minimal reproducible project so I can observe this behavior? It's pretty hard to come up with a similar scenario on...
The `jar` task produces just the first version of Jar fine, which is later still enhanced — with instrumented code or merged with other submodules. Currently, `components["java"]` gives you just...
> My plugin has submodules Do you apply there `org.jetbrains.intellij.platform.module`? This is a limited set of tasks and setups that should be applied to submodules.
The output after cee80d97284d29ebb5fe674949c29d0f294c617b is: ``` > Task :printBundledPlugins Bundled plugins for IntelliJ IDEA 2023.2.6 (232.10300.40): AntSupport ByteCodeViewer Coverage DevKit Git4Idea HtmlTools JUnit PerforceDirectPlugin Subversion TestNG-J XPathView ... ``` I...
Current output: ``` > Task :printBundledPlugins Bundled plugins for IntelliJ IDEA 2022.3.3 (223.8836.41): AntSupport (Ant) ByteCodeViewer (Bytecode Viewer) Coverage (Code Coverage for Java) DevKit (Plugin DevKit) Git4Idea (Git) JUnit (JUnit)...
Cannot reproduce. Most likely obsolete in the latest IntelliJ Platform Gradle Plugin releases.