File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff 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(' ,' ) })
You can’t perform that action at this time.
0 commit comments