You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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