CM-62296: Add IntelliJ IDEA 2026.1 support#98
Merged
Conversation
- Bump pluginUntilBuild from 253.* to 263.* to support 2026.x IDEs - Upgrade to IntelliJ Platform Gradle Plugin 2.13.1 (from 2.10.4) which supports the new unified IntelliJ IDEA distribution (2025.3+) - Upgrade Gradle to 9.4.1 (required by plugin 2.13.1) - Upgrade Kover to 0.9.8 (required for Gradle 9 compatibility) - Switch from intellijIdeaCommunity() to intellijIdea() and bump platformVersion to 2025.3, as Community/Ultimate are now unified - Add runIde2026 task for local testing against an installed 2026.1 IDE Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…lity Compiling against 2025.3 SDK causes PluginId.Companion references in bytecode that don't exist in IDEs 241-251. Reverting to 2024.1 fixes this. The verifier already covers 2026.1 via recommended() without needing to compile against a newer SDK. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
gotbadger
approved these changes
Apr 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pluginUntilBuildfrom253.*to263.*to support IntelliJ IDEA 2026.xintellijIdeaCommunity()tointellijIdea()and bumpsplatformVersionto2025.3, as separate Community/Ultimate distributions no longer exist from 2025.3 onwardsrunIde2026Gradle task for local testing against a locally installed 2026.1 IDETest plan
verifyPlugintask passes against all recommended IDEs including 2026.1 (now included automatically viarecommended())./gradlew buildPlugin./gradlew runIde2026works when IntelliJ IDEA 2026.1 is installed at/Applications/IntelliJ IDEA.app🤖 Generated with Claude Code