diff --git a/build.gradle b/build.gradle index 8c17add..983ce4d 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ apply plugin: 'java' sourceCompatibility = 1.8 ext.rundeckPluginVersion = '1.2' ext.pluginClassNames='edu.ohio.ais.rundeck.HttpWorkflowStepPlugin' -ext.pluginName = 'Http Step' +ext.pluginName = 'Rundeck Http Step' ext.pluginDescription = 'A workflow plugin that makes HTTP requests' scmVersion { @@ -89,4 +89,4 @@ jar { wrapper { gradleVersion = '4.4.1' -} \ No newline at end of file +}