Remove redundant intellijPlatform.pluginVerification configuration from build.gradle.kts

This commit is contained in:
Jakub Chrzanowski
2026-04-10 22:46:36 +02:00
parent 8ca671a0ad
commit 5418f45bbc
2 changed files with 1 additions and 6 deletions

View File

@@ -15,6 +15,7 @@
- Remove redundant `intellijPlatform.pluginConfiguration.ideaVersion` configuration from `build.gradle.kts`
- Remove redundant `intellijPlatform.signing` configuration from `build.gradle.kts`
- Remove redundant `intellijPlatform.publishing.token` configuration from `build.gradle.kts`
- Remove redundant `intellijPlatform.pluginVerification` configuration from `build.gradle.kts`
## [2.4.1] - 2026-03-20

View File

@@ -75,12 +75,6 @@ intellijPlatform {
// https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html#specifying-a-release-channel
channels = providers.gradleProperty("pluginVersion").map { listOf(it.substringAfter('-', "").substringBefore('.').ifEmpty { "default" }) }
}
pluginVerification {
ides {
recommended()
}
}
}
// Configure Gradle Changelog Plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin