We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de4572 commit 2c00b77Copy full SHA for 2c00b77
command/build.gradle
@@ -3,7 +3,7 @@ ext.pluginDescription = "utilities for nixy OS machines"
3
ext.sopsCopyright = "© 2019, Rundeck, Inc."
4
ext.sopsUrl = "http://rundeck.com"
5
ext.buildDateString=new Date().format("yyyy-MM-dd'T'HH:mm:ssX")
6
-ext.archivesBaseName = "file"
+ext.archivesBaseName = "command"
7
ext.pluginBaseFolder ="."
8
9
project.version = 'v' + scmVersion.version
0 commit comments