You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to comply with the introduction of the unified IntelliJ IDEA distribution (see IntelliJ IDEA Moves to the Unified Distribution, we're about to introduce the following changes to the IntelliJ Platform Gradle Plugin:
IntelliJPlatformType enum
Introduce the IntelliJPlatformType.IntellijIdea type that still refers to the IU product code
Deprecate the IntelliJPlatformType.IntellijIdeaUltimate and suggest replacing it with IntelliJPlatformType.IntellijIdea
Deprecate the IntelliJPlatformType.IntellijIdeaCommunity and suggest replacing it with IntelliJPlatformType.IntellijIdea
Dependencies helpers (the dependencies.intellijPlatform {} extension)
Introduce the intellijIdea(version) helper
Deprecate the intellijIdeaUltimate(version) helper suggest replacing it with intellijIdea(version)
Deprecate the intellijIdeaCommunity(version) helper suggest replacing it with intellijIdea(version)
create(version)
String.parseIdeNotation() should not return IC when no type is specified but throw IllegalArgumentException instead