Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@siropkin
Copy link
Owner

Summary

  • Update to IntelliJ Platform Gradle Plugin 2.10.5 and Gradle 9.2.1
  • Fix plugin verifier IDE resolution by using explicit version selection

πŸ€– Generated with Claude Code

siropkin and others added 3 commits January 26, 2026 09:56
- IntelliJ Platform Plugin: 2.1.0 β†’ 2.10.5
- Kotlin: 1.9.25 β†’ 2.2.21
- Gradle: 8.10.2 β†’ 9.2.1
- JVM Toolchain: 17 β†’ 21
- Changelog plugin: 2.2.1 β†’ 2.5.0
- Kover: 0.8.3 β†’ 0.9.3
- Qodana: 2024.2.3 β†’ 2025.2.2
- Foojay resolver: 0.8.0 β†’ 1.0.0

BREAKING: Now requires IntelliJ IDEA 2025.1+ (pluginSinceBuild: 232 β†’ 251)

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Replace recommended() with select {} block to avoid resolution errors
for non-existent IDE versions like ideaIC:2025.3.2. The select block
explicitly specifies RELEASE channel builds for IntelliJ IDEA Community.

Co-Authored-By: Claude Opus 4.5 <[email protected]>
Co-Authored-By: Claude Opus 4.5 <[email protected]>
@siropkin siropkin merged commit a906961 into main Jan 26, 2026
1 check passed
@github-actions
Copy link

Qodana Community for JVM

It seems all right πŸ‘Œ

No new problems were found according to the checks applied

πŸ’‘ Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/[email protected]
        with:
          upload-result: true
Contact Qodana team

Contact us at [email protected]

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