mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-09-22 11:54:40 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
@@ -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 -->"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user