Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
IntelliJPlatformGradlePlugin-2.3.0-javadoc.jar | 2025-02-26 | 4.2 MB | |
IntelliJPlatformGradlePlugin-2.3.0-main.jar | 2025-02-26 | 2.1 MB | |
IntelliJPlatformGradlePlugin-2.3.0-sources.jar | 2025-02-26 | 193.0 kB | |
IntelliJPlatformGradlePlugin-2.3.0-test-fixtures.jar | 2025-02-26 | 22.8 kB | |
IntelliJPlatformGradlePlugin-2.3.0.jar | 2025-02-26 | 31.7 MB | |
2.3.0 source code.tar.gz | 2025-02-25 | 709.0 kB | |
2.3.0 source code.zip | 2025-02-25 | 996.2 kB | |
README.md | 2025-02-25 | 1.3 kB | |
Totals: 8 Items | 39.9 MB | 2 |
Added
- Warn that using Rider as a target IntelliJ Platform with
useInstaller = true
is currently not supported, please setuseInstaller = false
instead. JetBrains/intellij-platform-gradle-plugin#1852 - Add
ide(type: Provider<*>, version: Provider<String>, useInstaller: Provider<Boolean>)
overload to thepluginVerification.ides
block. - Warn that since the IntelliJ Platform version
2025.1
(build251
), the required Kotlin version is2.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 theTestFrameworkType.Bundled
test framework - Fixed configuring dependencies on plugins with required content modules. JetBrains/intellij-platform-gradle-plugin#1883
- Fixed dependencies between submodules. JetBrains/intellij-platform-gradle-plugin#1854