Skip to content

2.6.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 May 15:49
· 49 commits to main since this release
920b3c2

Added

  • Add compatiblePlugin(id)/compatiblePlugins(ids) dependency helper for resolving plugins from JetBrains Marketplace in the latest compatible versions.
  • Add TestFrameworkType.Plugin.CSS and TestFrameworkType.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. #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 and collected attributes for custom test classpath configurations
  • Set the repository name and fix the action application in createCustomPluginRepository
  • Refactor build service registration to use registerClassLoaderScopedBuildService to avoid issues caused by different classpaths in the project. #1919
  • Use the proper IntelliJ Platform when setting up the custom test runtime