File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments