Skip to content

Commit 64c7597

Browse files
committed
Remove intellijPlatform.publishing.channels configuration from build.gradle.kts.
1 parent 7965a46 commit 64c7597

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
- Remove redundant `java` plugin declaration from `build.gradle.kts`
2727
- Remove `pluginVersion` configuration from `build.gradle.kts`.
2828
- Remove `pluginName` property from `gradle.properties` and `build.gradle.kts` as it is already set in the `plugin.xml`
29+
- Remove `intellijPlatform.publishing.channels` configuration from `build.gradle.kts`.
2930

3031
## [2.4.1] - 2026-03-20
3132

build.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ intellijPlatform {
5858
}
5959
}
6060
}
61-
62-
publishing {
63-
// The pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
64-
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
65-
// https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html#specifying-a-release-channel
66-
channels = providers.gradleProperty("pluginVersion").map { listOf(it.substringAfter('-', "").substringBefore('.').ifEmpty { "default" }) }
67-
}
6861
}
6962

7063
// Configure Gradle Changelog Plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin

0 commit comments

Comments
 (0)