We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.exe
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?
The text was updated successfully, but these errors were encountered:
Guess this comes from class NuGetExtension only defining the version property:
class NuGetExtension
version
package com.ullink class NuGetExtension { String version = '5.5.0' }
Sorry, something went wrong.
Fix issue Itiviti#93.
99d65f5
No branches or pull requests
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 providingbut I get above error. Any idea what could be wrong?
The text was updated successfully, but these errors were encountered: