Skip to content

CM-62296: Add IntelliJ IDEA 2026.1 support#98

Merged
mateusz-sterczewski merged 2 commits into
mainfrom
CM-62296-support-intellij-2026
Apr 7, 2026
Merged

CM-62296: Add IntelliJ IDEA 2026.1 support#98
mateusz-sterczewski merged 2 commits into
mainfrom
CM-62296-support-intellij-2026

Conversation

@mateusz-sterczewski

Copy link
Copy Markdown
Contributor

Summary

  • Bumps pluginUntilBuild from 253.* to 263.* to support IntelliJ IDEA 2026.x
  • Upgrades IntelliJ Platform Gradle Plugin to 2.13.1, which supports the new unified IntelliJ IDEA distribution introduced in 2025.3 (Community and Ultimate merged into one product)
  • Upgrades Gradle to 9.4.1 and Kover to 0.9.8 to satisfy the new plugin requirements
  • Switches from intellijIdeaCommunity() to intellijIdea() and bumps platformVersion to 2025.3, as separate Community/Ultimate distributions no longer exist from 2025.3 onwards
  • Adds a runIde2026 Gradle task for local testing against a locally installed 2026.1 IDE

Test plan

  • CI verifyPlugin task passes against all recommended IDEs including 2026.1 (now included automatically via recommended())
  • Plugin builds successfully with ./gradlew buildPlugin
  • Local run with ./gradlew runIde2026 works when IntelliJ IDEA 2026.1 is installed at /Applications/IntelliJ IDEA.app

🤖 Generated with Claude Code

- 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>
@mateusz-sterczewski mateusz-sterczewski merged commit b102d65 into main Apr 7, 2026
8 checks passed
@mateusz-sterczewski mateusz-sterczewski deleted the CM-62296-support-intellij-2026 branch April 7, 2026 10:52
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.

2 participants