Remove redundant intellijPlatform.signing configuration from build.gradle.kts

This commit is contained in:
Jakub Chrzanowski
2026-04-10 22:45:51 +02:00
parent 8d9fceaac4
commit 62abb48806
2 changed files with 1 additions and 6 deletions

View File

@@ -13,6 +13,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`
## [2.4.1] - 2026-03-20

View File

@@ -69,12 +69,6 @@ intellijPlatform {
}
}
signing {
certificateChain = providers.environmentVariable("CERTIFICATE_CHAIN")
privateKey = providers.environmentVariable("PRIVATE_KEY")
password = providers.environmentVariable("PRIVATE_KEY_PASSWORD")
}
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