Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
IntelliJPlatformGradlePlugin-2.5.0-javadoc.jar | 2025-03-28 | 4.3 MB | |
IntelliJPlatformGradlePlugin-2.5.0-sources.jar | 2025-03-28 | 196.8 kB | |
IntelliJPlatformGradlePlugin-2.5.0-test-fixtures.jar | 2025-03-28 | 22.8 kB | |
IntelliJPlatformGradlePlugin-2.5.0.jar | 2025-03-28 | 16.0 MB | |
2.5.0 source code.tar.gz | 2025-03-28 | 712.3 kB | |
2.5.0 source code.zip | 2025-03-28 | 1.0 MB | |
README.md | 2025-03-28 | 633 Bytes | |
Totals: 7 Items | 22.2 MB | 0 |
Added
- Introduce configurations for IntelliJ Platform test plugins, dependencies, and bundled modules along with
testPlugin
,testBundledPlugin
, andtestBundledModule
dependency helpers - Support different
kotlinx.coroutines
JavaAgent FQNs by checking for the class presence in the IntelliJ Platform classpath
Fixed
- Do not fail when JBR dependency cannot be resolved, and proceed with JRE resolution using other available predictions
- Performance improvement: memoize the
ProductInfoPathResolver
resolution.