diff --git a/CHANGELOG.md b/CHANGELOG.md index 9432a19..7c58166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/build.gradle.kts b/build.gradle.kts index 2d332f4..ad9ba1c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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