intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Gradle plugin for building plugins for IntelliJ-based IDEs
### What happened? Unit tests are very slow with plugin 2.2.0: - with plugin 2.1.0: 10sec - with plugin 2.2.0: 2min 30sec I enter into the test phase, I see...
Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.6.3 to 1.8.1. Release notes Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's releases. 1.8.0 This release contains all of the changes from 1.8.0-RC. Kotlin 2.1.0 is used as a default, while...
### What happened? At Coder we were trying to update the IntelliJ Gradle Plugin 1.x to IntelliJ Platform Gradle plugin 2.5. We also have some UTs that are running on...
### What happened? I was building against IntelliJ Ultimate 2024.1 with dependency `plugin("Pythonid:241.14494.314")`. With Gradle plugin 2.1.0 a test using the Python file type is successful. With >= 2.4.0 the...
### What happened? I've added the bundled plugin cucumber-java to my project. When opening a class from that plugin IntelliJ tries to download the sources which fails. ### Relevant log...
### What happened? I am trying to create a devcontainer for intellij plugin development. inside the devcontainer, `./gradlew runIde` does not work. but, `/root/.gradle/caches/8.13/transforms/99b104190c41ba454d1aaae576b85f90/transformed/ideaIC-2024.2.5/bin/idea.sh` works (Intellij IDEA is running via...
### What happened? This breaks SonarCloud plugin, because it works in the classpath of the gradle process and requires commons-compress 1.27 (uses new api from there). Here is the hacky...
### What happened? This issue is a follow-up of https://youtrack.jetbrains.com/issue/IJPL-156386, which is itself a follow-up of https://github.com/Kotlin/kotlinx.serialization/issues/2710. The IDE incorrectly orders the classpath, leading to the IDE having a highlighting...
### What happened? The profiler shows that most time is spent creating ZIP file systems which is very slow on Windows compared to macOS and Linux and the plugin is...
### What happened? Hi I have created this repo in which the issue is reproducible. Basically with 2.3.0 things work and with 2.4.0 I am getting: ``` 'org.apache.commons.compress.archivers.tar.TarArchiveEntry org.apache.commons.compress.archivers.tar.TarArchiveInputStream.getNextEntry()' ```...