Remove redundant pluginName property from gradle.properties and build.gradle.kts as it is already set in the plugin.xml

This commit is contained in:
Jakub Chrzanowski
2026-04-10 23:06:29 +02:00
parent e03e117085
commit ade9797ef7
3 changed files with 1 additions and 3 deletions

View File

@@ -21,6 +21,7 @@
- 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`.
- Remove redundant `pluginName` property from `gradle.properties` and `build.gradle.kts` as it is already set in the `plugin.xml`
## [2.4.1] - 2026-03-20

View File

@@ -35,8 +35,6 @@ dependencies {
// Configure IntelliJ Platform Gradle Plugin - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin-extension.html
intellijPlatform {
pluginConfiguration {
name = providers.gradleProperty("pluginName")
// 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 {
val start = "<!-- Plugin description -->"

View File

@@ -3,7 +3,6 @@
group = org.jetbrains.plugins.template
version = 2.4.1
pluginName = IntelliJ Platform Plugin Template
pluginRepositoryUrl = https://github.com/JetBrains/intellij-platform-plugin-template
# SemVer format -> https://semver.org