Browse Source

Set plugin name to the value specified in gradle.properties

pull/505/head
Osip Fatkullin 9 months ago committed by Jakub Chrzanowski
parent
commit
3b3d657bc7
  1. 1
      build.gradle.kts

1
build.gradle.kts

@ -50,6 +50,7 @@ dependencies { @@ -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 <!-- Plugin description --> section from README.md and provide for the plugin's manifest

Loading…
Cancel
Save