mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 11:54:40 +00:00
Remove redundant intellijPlatform.publishing.token configuration from build.gradle.kts
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
- Remove redundant Kotlin JVM toolchain configuration from `build.gradle.kts`
|
||||
- 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`
|
||||
|
||||
## [2.4.1] - 2026-03-20
|
||||
|
||||
|
||||
@@ -70,7 +70,6 @@ intellijPlatform {
|
||||
}
|
||||
|
||||
publishing {
|
||||
token = providers.environmentVariable("PUBLISH_TOKEN")
|
||||
// The pluginVersion is based on the SemVer (https://semver.org) and supports pre-release labels, like 2.1.7-alpha.3
|
||||
// Specify pre-release label to publish the plugin in a custom Release Channel automatically. Read more:
|
||||
// https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html#specifying-a-release-channel
|
||||
|
||||
Reference in New Issue
Block a user