Skip to content

Bump to intellij platform 2.11 and remove pluginUntil property#48

Merged
lventura-codacy merged 3 commits intomasterfrom
remove-plugin-until
Feb 24, 2026
Merged

Bump to intellij platform 2.11 and remove pluginUntil property#48
lventura-codacy merged 3 commits intomasterfrom
remove-plugin-until

Conversation

@lventura-codacy
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings February 24, 2026 09:43
@codacy-production
Copy link

codacy-production bot commented Feb 24, 2026

Codacy's Analysis Summary

0 new issue (≤ 1 medium issue)
0 new security issue (≤ 0 issue)
0 complexity
More details

AI Reviewer: run the reviewer on demand. As new changes are pushed, run a review below.
To trigger the first review automatically, go to your organization or repository integration settings.
AI can make mistakes. Always validate suggestions.

 
  Run Reviewer ▶︎  
 

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 pluginUntilBuild property to support all future IDE versions
  • Restructured plugin dependencies into platformBundledPlugins (Git4Idea, com.intellij.java) and platformPlugins (empty)
  • Migrated from intellij configuration block to intellijPlatform with nested pluginConfiguration, signing, and publishing blocks
  • 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.

Copilot AI review requested due to automatic review settings February 24, 2026 10:20
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link

@codacy-production codacy-production bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@lventura-codacy lventura-codacy merged commit 8ab518f into master Feb 24, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants