Skip to content

2.9.0

Choose a tag to compare

@github-actions github-actions released this 05 Sep 19:29
· 104 commits to main since this release
79f8625

Added

  • 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