Remove redundant pluginVersion configuration from build.gradle.kts.

This commit is contained in:
Jakub Chrzanowski
2026-04-10 23:05:01 +02:00
parent 48ee494d0a
commit e03e117085
2 changed files with 1 additions and 1 deletions

View File

@@ -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

View File

@@ -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 {