intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Gradle plugin for building plugins for IntelliJ-based IDEs
### What happened? undertow 2.3.15.Final contains a vulnerability with a score of 7.5. See https://nvd.nist.gov/vuln/detail/CVE-2024-7885 2.3.17.Final don't have any known high risk vulnerability ### Relevant log output or stack trace...
Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.6.3 to 1.7.3. Release notes Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's releases. 1.7.3 This release aims to fix important issues that were discovered in the 1.7.2 release, including the inability...
Bumps [JetBrains/qodana-action](https://github.com/jetbrains/qodana-action) from 2024.2.2 to 2024.2.3. Release notes Sourced from JetBrains/qodana-action's releases. v2024.2.3 Changelog 4663b3a :memo: Update CONTRIBUTING.md 30eb621 :bug: Fix pipeline for testing .NET linter 1ad3623 :bug: Clean filename...
### What happened? ### Plugin verification is totally broken configuration: ```gradle pluginVerification { failureLevel = listOf( VerifyPluginTask.FailureLevel.INVALID_PLUGIN, VerifyPluginTask.FailureLevel.COMPATIBILITY_PROBLEMS, VerifyPluginTask.FailureLevel.NOT_DYNAMIC, VerifyPluginTask.FailureLevel.COMPATIBILITY_WARNINGS, ) ides { ides(listOf( "2022.3", "2022.3.1", "2022.3.2", "2022.3.3", "2023.1", "2023.1.1",...
### What happened? I have a build using `org.jetbrains.intellij.platform` (using the latest version: 2.0.1) with some tests using the `IdeaTestFixtureFactory`. On the command-line using `./gradlew`, these work fine. They fail,...
# Pull Request Details Updated VerifyPluginTask to delegate task action to VerifyPluginWorkAction to leverage Worker API ## Description classes `VerifyPluginWorkAction` and `VerifyPluginWorkParameters` were added to implement Worker API functionality. The...
"Unknown configuration: intellijPlatformDependency" with local installation following 2.6.0 update
### What happened? Hey, I use a local installation path to build my plugin, as such: ``` dependencies { intellijPlatform { local(clionHome) bundledPlugins("com.intellij.clion", "com.intellij.cidr.base", "com.intellij.cidr.lang") testFramework(TestFrameworkType.JUnit5) } [...] } ```...
Bumps [com.squareup.retrofit2:retrofit](https://github.com/square/retrofit) from 2.11.0 to 3.0.0. Release notes Sourced from com.squareup.retrofit2:retrofit's releases. 3.0.0 Changed Upgrade to OkHttp 4.12 (from 3.14). This is the version of OkHttp that is written in...
### What happened? In mono repos and parallel gradle builds there is a concurrency issue. The function https://github.com/JetBrains/intellij-platform-gradle-plugin/blob/83ddc39b8ac749dccb33a2c2526a59387bfa06a2/src/main/kotlin/org/jetbrains/intellij/platform/gradle/extensions/IntelliJPlatformDependenciesHelper.kt#L1114 is not thread safe and multiple threads can try to create the...
### What happened? When executing `runIde`, I encountered this error randomly. Sometimes rerunning it resolves the issue. Could it be caused by an incomplete download of an xml file, or...