Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
IntelliJPlatformGradlePlugin-2.8.0-javadoc.jar | 2025-09-02 | 4.6 MB | |
IntelliJPlatformGradlePlugin-2.8.0-sources.jar | 2025-09-02 | 216.5 kB | |
IntelliJPlatformGradlePlugin-2.8.0-test-fixtures.jar | 2025-09-02 | 23.4 kB | |
IntelliJPlatformGradlePlugin-2.8.0.jar | 2025-09-02 | 2.5 MB | |
2.8.0 source code.tar.gz | 2025-09-02 | 734.9 kB | |
2.8.0 source code.zip | 2025-09-02 | 1.0 MB | |
README.md | 2025-09-02 | 1.5 kB | |
Totals: 7 Items | 9.2 MB | 0 |
Added
- Add license information into a published POM file
- Introduce
intellijPlatform.caching
extension - Allow for customizing the cached IntelliJ Platform directory name with
intellijPlatform.caching.ides.name
- Introduce
intellijPlatform.caching.ides.enabled
to control IntelliJ Platform caching globally
Changed
- Deprecate
intellijPlatform.cache
in favor ofintellijPlatform.caching.path
- Deprecate
useCustomCache
in favor ofuseCache
when defining a dependency on the IntelliJ Platform
Fixed
- Reorder configuration creation to avoid
ConcurrentModificationException
when using the custom cache. - Correctly resolve
~
inGradleProperties
to the users home directory. - Remove
extendsFrom
usages in custom IntelliJ Platform test configurations to avoid propagation of dependencies on bundled modules and plugins coming from the base IntelliJ Platform. - Refactor
IntelliJPlatformDependenciesExtension
to replace lambda-based configuration withAction
for improved interoperability and Groovy support JetBrains/intellij-platform-gradle-plugin#2017. - Refactor
LocalIvyArtifactPathComponentMetadataRule
to validate module type and version againstproductInfo
when resolving Ivy artifacts. JetBrains/intellij-platform-gradle-plugin#2015