mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
5.4 KiB
5.4 KiB
Please see on how to use Plugin Verifier and IDE inspections to check such problems.
Changes from API marked with
@Deprecated(forRemoval=true)
or any oforg.jetbrains.annotations.ApiStatus
@Experimental
,@ScheduledForRemoval
, or@Internal
are not listed here, as incompatible changes are to be expected.For API annotated with
ApiStatus.@Internal
/@IntellijInternalApi
, see for more details and replacements.
{type="note"}
Java 17 is required when targeting 2022.2 or later only.
Java 11 is required (blog post) when targeting 2020.3 and later only.
Please make sure to always upgrade
gradle-intellij-plugin
to the latest version{type="joined"}
{type="note"}
Early Access Program (EAP) releases of upcoming versions are available here.