From 1d6480d0cdbee19ee8d27b9ebc0991f60903d659 Mon Sep 17 00:00:00 2001 From: "OP (ompragash)" <21008429+Ompragash@users.noreply.github.com> Date: Mon, 22 May 2023 23:14:40 +0530 Subject: [PATCH] Update NexusPublisher.groovy --- NexusPublisher.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NexusPublisher.groovy b/NexusPublisher.groovy index 42af943..960807b 100755 --- a/NexusPublisher.groovy +++ b/NexusPublisher.groovy @@ -61,4 +61,4 @@ toMap(options.As).each { asset.addAttribute(it.key, it.value) } component.addAsset(asset) // upload to nexus repository -client.upload(options.repository, component) \ No newline at end of file +client.upload(options.repository, component)