Skip to content

Commit

Permalink
Update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl DeBisschop committed Jul 23, 2024
1 parent d582b4a commit f47b64d
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,26 +47,7 @@ ext.pluginClassNames='com.bioraft.rundeck.nexus.Nexus3OptionProvider'
ext.pluginName = 'Nexus3 Option Values Provider'
ext.pluginDescription = 'Fetches and filters assets from a Nexus3 repository'

//scmVersion {
// ignoreUncommittedChanges = true
// tag {
// // Ignore tags that begin with <prefix><versionSeparator>, include all tags
// // if prefix is empty.
// prefix = ''
// versionSeparator = ''
//
// // Append .0 to satisfy SemVer if the tag version is only X.Y
// def origDeserialize = deserialize
// deserialize = { config, position, tagName ->
// String orig = origDeserialize(config, position, tagName)
// if (orig.split('\\.').length < 3) {
// orig += ".0"
// }
// orig
// }
// }
//}
project.version = scmVersion.version
version = scmVersion.version

repositories {
mavenCentral()
Expand Down

0 comments on commit f47b64d

Please sign in to comment.