From 3b3d657bc7fd810678c8f9e4e51d707dc3c08783 Mon Sep 17 00:00:00 2001 From: Osip Fatkullin Date: Tue, 18 Mar 2025 13:42:20 +0100 Subject: [PATCH] Set plugin name to the value specified in gradle.properties --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 518ac70..e6c6848 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -50,6 +50,7 @@ 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") version = providers.gradleProperty("pluginVersion") // Extract the section from README.md and provide for the plugin's manifest