Skip to content

Commit 71b7be9

Browse files
committed
Use intellijIdea(version) dependency helper instead of create(type, version)
1 parent 7888f15 commit 71b7be9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
### Changed
1212

13+
- Use `intellijIdea(version)` dependency helper instead of `create(type, version)`
1314
- Upgrade Gradle Wrapper to `9.2.1`
1415
- Update `platformVersion` to `2025.2.5`
1516
- Change since build to `252` (2025.2)

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636

3737
// IntelliJ Platform Gradle Plugin Dependencies Extension - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-dependencies-extension.html
3838
intellijPlatform {
39-
create(providers.gradleProperty("platformType"), providers.gradleProperty("platformVersion"))
39+
intellijIdea(providers.gradleProperty("platformVersion"))
4040

4141
// Plugin Dependencies. Uses `platformBundledPlugins` property from the gradle.properties file for bundled IntelliJ Platform plugins.
4242
bundledPlugins(providers.gradleProperty("platformBundledPlugins").map { it.split(',') })

0 commit comments

Comments
 (0)