Skip to content

Commit

Permalink
fixing release and plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
ltamaster committed May 1, 2019
1 parent 9bc3e82 commit cdbf8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit cdbf8de

Please sign in to comment.