mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 11:54:40 +00:00
Remove redundant pluginVersion configuration from build.gradle.kts.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
- Remove redundant `intellijPlatform.publishing.token` configuration from `build.gradle.kts`
|
||||
- Remove redundant `intellijPlatform.pluginVerification` configuration from `build.gradle.kts`
|
||||
- Remove redundant `java` plugin declaration from `build.gradle.kts`
|
||||
- Remove redundant `pluginVersion` configuration from `build.gradle.kts`.
|
||||
|
||||
## [2.4.1] - 2026-03-20
|
||||
|
||||
|
||||
@@ -36,7 +36,6 @@ dependencies {
|
||||
intellijPlatform {
|
||||
pluginConfiguration {
|
||||
name = providers.gradleProperty("pluginName")
|
||||
version = providers.gradleProperty("pluginVersion")
|
||||
|
||||
// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
|
||||
description = providers.fileContents(layout.projectDirectory.file("README.md")).asText.map {
|
||||
|
||||
Reference in New Issue
Block a user