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

2024.3 Build Support #805

Merged
merged 5 commits into from
Nov 20, 2024
Merged

2024.3 Build Support #805

merged 5 commits into from
Nov 20, 2024

Conversation

Unthrottled
Copy link
Member

Description

  • Updated Kotlin to 2.0.0 because that's what the platform is going to have
  • Updated some of the APIs to match the 2024.3 SDK
  • Removed the janky markdown to HTML plugin (probably putting it back later with the changelog plugin?)

Starting with version 2024.3, there will be a dedicated JSON plugin, replacing the JSON module that was previously part of the platform. Therefore, please declare an explicit dependency on com.intellij.modules.json to ensure compatibility with version 2024.3. In the meantime, we have limited the until-build to 242.* for the plugin Doki Theme.

☝️ Message from the plugin peoples, so going to have to re-instate that, but the 2024.3 build doesn't work on my machine, something about the instance not being registered well.

Motivation and Context

Closes #803

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project (./gradlew check passes clean).
    • Tip: If you have lint issues just run ./gradlew :ktlintMainSourceSetFormat.
  • I updated the version.
  • I updated the changelog with the new functionality.

@Unthrottled Unthrottled merged commit 636794f into main Nov 20, 2024
2 checks passed
@Unthrottled Unthrottled deleted the 2024.3 branch November 20, 2024 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2024.3 Support
1 participant