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
Add IntellijIdea platform type with corresponding artifact coordinates. #2021
Add intellijIdea dependency helpers to support the unified IntelliJ IDEA platform type. #2021
Changed
Update String.parseIdeNotation() to throw an exception for invalid IntelliJ Platform notation instead of returning a default value
Deprecate IntelliJPlatformType.IntellijIdeaCommunity and IntelliJPlatformType.IntellijIdeaUltimate with replacement suggestions to IntelliJPlatformType.IntellijIdea. #2021
Deprecate intellijIdeaCommunity and intellijIdeaUltimate dependency helpers with replacement suggestions to intellijIdea. #2021
Support version-specific IntelliJ Platform type resolution and introduce UNIFIED_INTELLIJ_IDEA_VERSION and UNIFIED_INTELLIJ_IDEA_BUILD_NUMBER constants to help distinguish between IntelliJ IDEA and IntelliJ IDEA Ultimate when parsing IU code.
Fixed
Update the artifact URL pattern to include classifier in .tar.gz naming for correct source resolution