From f47b64d6b64ab2472ac955b575107ce6a360c261 Mon Sep 17 00:00:00 2001 From: Karl DeBisschop Date: Tue, 23 Jul 2024 11:47:15 -0400 Subject: [PATCH] Update github actions --- build.gradle | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/build.gradle b/build.gradle index b06c5b5..a442664 100644 --- a/build.gradle +++ b/build.gradle @@ -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 , 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()