- Notifications
You must be signed in to change notification settings - Fork16
Add support for JetBrains 2025.2 EAP (252.*)#560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Adds 2025.2 to verifyVersions to enable testing and support forJetBrains 2025.2 EAP builds with 252.* version numbers.This addresses customer requests for 2025.2 EAP compatibility.Co-authored-by: matifali <10648092+matifali@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Pull Request Overview
Adds explicit support for JetBrains 2025.2 EAP by including it in the plugin verification matrix.
- Updated
verifyVersions
to include2025.2
for EAP testing.
Qodana Community for JVM23 new problems were found
💡 Qodana analysis was run in the pull request mode: only the changed files were checked View the detailed Qodana reportTo be able to view the detailed Qodana report, you can either:
To get -name:'Qodana Scan'uses:JetBrains/qodana-action@v2023.3.2with:upload-result:true Contact Qodana teamContact us atqodana-support@jetbrains.com
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
minor: this is only for verifying the plugin against 2025.2, the support is already there.
Thanks@fioan89! You're absolutely right - this change is specifically for adding 2025.2 to the verification matrix. The plugin already supports 252.* versions through the existing |
16f6218
intomainUh oh!
There was an error while loading.Please reload this page.
Summary
Adds support for JetBrains 2025.2 EAP by including
2025.2
in theverifyVersions
configuration.Changes
gradle.properties
to include2025.2
inverifyVersions
Context
Customers are actively testing 2025.2 EAP and have requested support for 252.* versions. The current plugin configuration already supports these versions through the existing
pluginSinceBuild=243.26574
anduntilBuild = provider { null }
settings, but adding 2025.2 toverifyVersions
ensures explicit testing and validation.Testing
Fixes customer compatibility requests for 2025.2 EAP support.