Skip to content

2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Feb 06:04
· 76 commits to main since this release
80b7eb8

Added

  • Warn that using Rider as a target IntelliJ Platform with useInstaller = true is currently not supported, please set useInstaller = false instead. #1852
  • Add ide(type: Provider<*>, version: Provider<String>, useInstaller: Provider<Boolean>) overload to the pluginVerification.ides block.
  • Warn that since the IntelliJ Platform version 2025.1 (build 251), the required Kotlin version is 2.0.0 or higher.
  • Load the com.intellij bundled module by default for all IntelliJ Platform types
  • Warn when the "until-build" property is specified for IntelliJ Platform version 243 or higher, as it is ignored

Fixed

  • Fixed the broken path resolution in the bundledLibrary helper and the TestFrameworkType.Bundled test framework
  • Fixed configuring dependencies on plugins with required content modules. #1883
  • Fixed dependencies between submodules. #1854