Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support all future IntelliJ releases #135

Open
2 tasks done
DennisHartrampf opened this issue Nov 19, 2024 · 0 comments · May be fixed by #136
Open
2 tasks done

[FEATURE] Support all future IntelliJ releases #135

DennisHartrampf opened this issue Nov 19, 2024 · 0 comments · May be fixed by #136
Labels
enhancement New feature or request

Comments

@DennisHartrampf
Copy link

Why do we need this improvement?

As of now with every new major or minor release of IntelliJ the plugin is incompatible with the new release. Everytime someone must modify the build.gradle.kts to support the new IntelliJ release. (See e.g. #99 and #133)
As this usually takes some days to be done, users of the plugin that update early to a new IntelliJ release cannot use the plugin for some days.
I suggest to stop specifying the untilBuild property. Thus all future IntelliJ releases are supported.

How will this change help?

  • Users of the plugin can freely update to new releases of IntelliJ without having to wait some days for the plugin to work again
  • Nobody needs to update the build.gradle.kts with every release of IntelliJ

Screenshots

No response

How could it be implemented/designed?

According to the docs (https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-extension.html#intellijPlatform-pluginConfiguration-ideaVersion-untilBuild) you can set untilBuild = provider { null }. This results in no upper bound for the supported IntelliJ release.
I tried this locally and was able to run the plugin in IntelliJ 2024.3 (Build #IU-243.21565.193) which is not yet supported by the latest release of the plugin.

🚧 Breaking changes

No

👀 Have you checked for similar open issues?

  • I checked and didn't find a similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue?

Yes I am willing to submit a PR!

@DennisHartrampf DennisHartrampf added the enhancement New feature or request label Nov 19, 2024
DennisHartrampf added a commit to DennisHartrampf/jasyncapi-idea-plugin that referenced this issue Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant