intellij-platform-gradle-plugin
intellij-platform-gradle-plugin copied to clipboard
Gradle plugin for building plugins for IntelliJ-based IDEs
### What happened? https://github.com/advisories/GHSA-w33c-445m-f8w7 https://scans.gradle.com/s/ilzsgfcvilbxw/dependencies?dependencies=okio&expandAll&focusedDependency=WzIsMSwzMCxbMCwwLFswXV1d&focusedDependencyView=versions  ### Relevant log output or stack trace _No response_ ### Steps to reproduce N/A ### Gradle IntelliJ Plugin version 2.1.0 ### Gradle version 8.10.2...
The `kotlinx.coroutines` library is about to change the name of the `kotlinx.coroutines.debug.AgentPremain` class, which we refer to with the dynamically created `coroutines-javaagent.jar` file, required for coroutines debugging to work: https://github.com/JetBrains/intellij-platform-gradle-plugin/blob/b9b6699ebb95c6c88ee188b9d528506744f24ee5/src/main/kotlin/org/jetbrains/intellij/platform/gradle/tasks/InitializeIntelliJPlatformPluginTask.kt#L145-L153...
# Pull Request Details An attempt to fix broken tests in master. ## Description :point_up: ## Related Issue No. ## Motivation and Context They are broken? ## How Has This...
# Pull Request Details Fix issue #1777. IOB exception caused by "-XX:+AutoCreateSharedArchive" parameter not containing "=" Fix issue #1777. An error while building searchable options: "Unable to create shared archive...
Bumps `intellijStructure` from 3.287 to 3.289. Updates `org.jetbrains.intellij.plugins:structure-base` from 3.287 to 3.289 Commits See full diff in compare view Updates `org.jetbrains.intellij.plugins:structure-intellij` from 3.287 to 3.289 Commits See full diff in...
### What happened? My build gets this warning: ``` The dependency on the Kotlin Standard Library (stdlib) is automatically added when using the Gradle Kotlin plugin and may conflict with...
### What happened? This error happened recently during the build process. See [this issue](https://github.com/InSyncWithFoo/ryecharm/issues/14) for links to workflow runs. ### Relevant log output or stack trace ```shell org.gradle.api.tasks.TaskExecutionException: Execution failed...
### What happened? When [dependabot tried to upgrade the plugin to 2.1.0 ](https://github.com/intellij-dlanguage/intellij-dlanguage/pull/1017)the cicd failed with error `No IntelliJ Platform dependency found ` After investigation, I found that this is...
### What happened? After updating to v2.1.0 in my Rider plugin (see [this commit](https://github.com/ForNeVeR/AvaloniaRider/commit/19a295495a22fee0724b5bc36c1e31a62b1263f1)), I see a new compilation failure. It looks like the plugin no longer automatically adds bundled...
### What happened? Currently no other ways of configuring source compatibility is supported except: ``` java { sourceCompatibility = JavaVersion.VERSION_1_7 targetCompatibility = JavaVersion.VERSION_1_7 } ``` while Gradle recommends to use...