mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 11:54:40 +00:00
Remove redundant intellijPlatform.pluginVerification configuration from build.gradle.kts
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user