Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
IntelliJPlatformGradlePlugin-2.6.0-javadoc.jar | 2025-05-14 | 4.4 MB | |
IntelliJPlatformGradlePlugin-2.6.0-sources.jar | 2025-05-14 | 201.2 kB | |
IntelliJPlatformGradlePlugin-2.6.0-test-fixtures.jar | 2025-05-14 | 22.8 kB | |
IntelliJPlatformGradlePlugin-2.6.0.jar | 2025-05-14 | 2.3 MB | |
2.6.0 source code.tar.gz | 2025-05-14 | 718.5 kB | |
2.6.0 source code.zip | 2025-05-14 | 1.0 MB | |
README.md | 2025-05-14 | 1.7 kB | |
Totals: 7 Items | 8.6 MB | 0 |
Added
- Add
compatiblePlugin(id)
/compatiblePlugins(ids)
dependency helper for resolving plugins from JetBrains Marketplace in the latest compatible versions. - Add
TestFrameworkType.Plugin.CSS
andTestFrameworkType.Plugin.XML
to support test development requiring XML or CSS language. - Warn when Plugin Verifier is about to run verification against more than five IDEs.
- Make the
printBundledPlugins
task print bundled plugin names next to IDs. JetBrains/intellij-platform-gradle-plugin#1674
Changed
- Deprecate Aqua (QA) as a target IntelliJ Platform
- Print the requested IntelliJ Platform when throwing an exception about an unresolved dependency.
- Make
IntelliJPlatformDependenciesHelper
aware of the custom IntelliJ Platform when used within custom tasks. - Move the Coroutines JavaAgent lock file into the module's build directory
- Skip creating the Coroutines JavaAgent for modules
- Remove the default
untilBuild
value - Drop JPS dependencies shadowing
Fixed
- Add test-related sandbox configurations and runtime fixes
- Set the required
extracted
andcollected
attributes for custom test classpath configurations - Set the repository name and fix the
action
application increateCustomPluginRepository
- Refactor build service registration to use
registerClassLoaderScopedBuildService
to avoid issues caused by different classpaths in the project. JetBrains/intellij-platform-gradle-plugin#1919 - Use the proper IntelliJ Platform when setting up the custom test runtime