From cdbf8ded0cee3511436a6a4a6a6bfc73d5f08a96 Mon Sep 17 00:00:00 2001 From: Luis Toledo Date: Wed, 1 May 2019 12:15:17 -0400 Subject: [PATCH] fixing release and plugin name --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index f42b282..8c17add 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ ext.pluginName = 'Http Step' ext.pluginDescription = 'A workflow plugin that makes HTTP requests' scmVersion { - ignoreUncommittedChanges = false + ignoreUncommittedChanges = true tag { prefix = '' versionSeparator = '' @@ -71,7 +71,7 @@ jar { attributes 'Rundeck-Plugin-Classnames': pluginClassNames attributes 'Rundeck-Plugin-File-Version': version - attributes 'Rundeck-Plugin-Name': '${pluginName}' + attributes 'Rundeck-Plugin-Name': pluginName attributes 'Rundeck-Plugin-Description': pluginDescription attributes 'Rundeck-Plugin-Rundeck-Compatibility-Version': '3.x' attributes 'Rundeck-Plugin-Tags': 'java,WorkflowStep'