Hi,
using the plugin in version 2.23 with Gradle 7.4.2, I want to retrieve NuGet.exe through our local Nexus server by providing
nuget {
nugetExePath = 'https://our.nexus.server/repository/dist.nuget.org/win-x86-commandline/v6.4.0/NuGet.exe'
}
but I get above error. Any idea what could be wrong?