Skip to content

Commit

Permalink
update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
blu-base committed Nov 4, 2023
1 parent 2a0199e commit 48542ce
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,22 @@ plugins {
ext.pluginName = 'Salt Plugin'
ext.pluginDescription = 'Plugins for SaltStack via its API'
ext.sopsCopyright = 'Sebastian Engel'
ext.sopsUrl = ''
ext.sopsUrl = 'https://github.com/blu-base/salt-plugin'
ext.buildDateString=new Date().format("yyyy-MM-dd'T'HH:mm:ssX")
ext.archivesBaseName = 'salt-plugin'
ext.pluginBaseFolder = '.'

project.version = '0.1.0-SNAPSHOT'
scmVersion {
ignoreUncommittedChanges = true
tag {
prefix = ''
versionSeparator = ''
def origDeserialize=deserialize

}
}

project.version = scmVersion.version
ext.archiveFilename = ext.archivesBaseName + '-' + version

apply from: 'https://raw.githubusercontent.com/rundeck-plugins/build-zip/gradle-5.6/build.gradle'

0 comments on commit 48542ce

Please sign in to comment.