mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-12-05 06:11:52 +00:00
Use intellijIdea(version) dependency helper instead of create(type, version)
This commit is contained in:
parent
7888f159fb
commit
71b7be9e41
@ -10,6 +10,7 @@
|
||||
|
||||
### Changed
|
||||
|
||||
- Use `intellijIdea(version)` dependency helper instead of `create(type, version)`
|
||||
- Upgrade Gradle Wrapper to `9.2.1`
|
||||
- Update `platformVersion` to `2025.2.5`
|
||||
- Change since build to `252` (2025.2)
|
||||
|
||||
@ -36,7 +36,7 @@ dependencies {
|
||||
|
||||
// IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html
|
||||
intellijPlatform {
|
||||
create(providers.gradleProperty("platformType"), providers.gradleProperty("platformVersion"))
|
||||
intellijIdea(providers.gradleProperty("platformVersion"))
|
||||
|
||||
// Plugin Dependencies. Uses `platformBundledPlugins` property from the gradle.properties file for bundled IntelliJ Platform plugins.
|
||||
bundledPlugins(providers.gradleProperty("platformBundledPlugins").map { it.split(',') })
|
||||
|
||||
Loading…
Reference in New Issue
Block a user