From 2df6d7491626af6bf18718dab1c5b6f28112f3c4 Mon Sep 17 00:00:00 2001 From: Peter Ng Date: Wed, 15 Apr 2020 17:02:29 +0800 Subject: [PATCH] basePath and packageVersion should be optional in nugetPack Change-Id: Ic09059f3cbfebb87f8f289410569e22313d4a014 --- src/main/groovy/com/ullink/NuGetPack.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/groovy/com/ullink/NuGetPack.groovy b/src/main/groovy/com/ullink/NuGetPack.groovy index 23c89ee..656f30c 100644 --- a/src/main/groovy/com/ullink/NuGetPack.groovy +++ b/src/main/groovy/com/ullink/NuGetPack.groovy @@ -15,8 +15,10 @@ class NuGetPack extends BaseNuGet { @OutputDirectory File destinationDir = new File(project.buildDir, project.convention.plugins.base.distsDirName) + @Optional @InputFile File basePath + @Optional @Input def packageVersion @Optional