Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
IntelliJPlatformGradlePlugin-2.9.0-javadoc.jar | 2025-09-05 | 4.7 MB | |
IntelliJPlatformGradlePlugin-2.9.0-sources.jar | 2025-09-05 | 217.1 kB | |
IntelliJPlatformGradlePlugin-2.9.0-test-fixtures.jar | 2025-09-05 | 23.4 kB | |
IntelliJPlatformGradlePlugin-2.9.0.jar | 2025-09-05 | 2.5 MB | |
2.9.0 source code.tar.gz | 2025-09-05 | 735.7 kB | |
2.9.0 source code.zip | 2025-09-05 | 1.0 MB | |
README.md | 2025-09-05 | 1.5 kB | |
Totals: 7 Items | 9.2 MB | 1 |
Added
- Add
IntellijIdea
platform type with corresponding artifact coordinates. JetBrains/intellij-platform-gradle-plugin#2021 - Add
intellijIdea
dependency helpers to support the unified IntelliJ IDEA platform type. JetBrains/intellij-platform-gradle-plugin#2021
Changed
- Update
String.parseIdeNotation()
to throw an exception for invalid IntelliJ Platform notation instead of returning a default value - Deprecate
IntelliJPlatformType.IntellijIdeaCommunity
andIntelliJPlatformType.IntellijIdeaUltimate
with replacement suggestions toIntelliJPlatformType.IntellijIdea
. JetBrains/intellij-platform-gradle-plugin#2021 - Deprecate
intellijIdeaCommunity
andintellijIdeaUltimate
dependency helpers with replacement suggestions tointellijIdea
. JetBrains/intellij-platform-gradle-plugin#2021 - Support version-specific IntelliJ Platform type resolution and introduce
UNIFIED_INTELLIJ_IDEA_VERSION
andUNIFIED_INTELLIJ_IDEA_BUILD_NUMBER
constants to help distinguish between IntelliJ IDEA and IntelliJ IDEA Ultimate when parsingIU
code.
Fixed
- Update the artifact URL pattern to include
classifier
in.tar.gz
naming for correct source resolution