Bump to intellij platform 2.11 and remove pluginUntil property#48
Bump to intellij platform 2.11 and remove pluginUntil property#48lventura-codacy merged 3 commits intomasterfrom
Conversation
Codacy's Analysis Summary0 new issue (≤ 1 medium issue) ✨ AI Reviewer: run the reviewer on demand. As new changes are pushed, run a review below. |
There was a problem hiding this comment.
Pull request overview
This PR upgrades the IntelliJ Platform Gradle Plugin from version 1.17.0 to 2.11.0, representing a major version change that requires significant configuration updates. The migration includes restructuring the plugin configuration, separating bundled and marketplace plugin dependencies, and removing the upper bound on supported IDE versions.
Changes:
- Upgraded IntelliJ Platform Gradle Plugin from 1.17.0 to 2.11.0
- Removed
pluginUntilBuildproperty to support all future IDE versions - Restructured plugin dependencies into
platformBundledPlugins(Git4Idea, com.intellij.java) andplatformPlugins(empty) - Migrated from
intellijconfiguration block tointellijPlatformwith nestedpluginConfiguration,signing, andpublishingblocks - Updated repository and dependency declarations to use new IntelliJ Platform 2.x DSL
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| gradle/libs.versions.toml | Updated plugin reference from gradleIntelliJPlugin to intellijPlatformGradlePlugin with new version 2.11.0 and plugin ID |
| gradle.properties | Removed pluginUntilBuild property, split platformPlugins into platformBundledPlugins and platformPlugins, updated documentation URL |
| build.gradle.kts | Complete migration to IntelliJ Platform Plugin 2.x DSL including repository setup, dependency declarations, configuration blocks, and test setup |
| .gitignore | Added CLAUDE.md to ignored files (unrelated to plugin upgrade) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 6 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull Request Overview
The pull request is up to standards and successfully migrates the build system to the new IntelliJ Platform Gradle Plugin. The removal of the until-build constraint is implemented correctly. A minor suggestion is provided for task referencing in the build script to improve reliability.
About this PR
- The PR description is currently empty. Providing context about the migration and any testing performed (such as manual verification of the plugin's metadata) would be helpful for maintainers.
🗒️ Improve review quality by adding custom instructions.
💡 Codacy uses AI. Check for mistakes.
No description provided.