Skip to content
New issue

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

Could not set unknown property 'nugetExePath' for extension 'nuget' of type com.ullink.NuGetExtension. #93

Open
dhs-rec opened this issue Apr 27, 2023 · 1 comment

Comments

@dhs-rec
Copy link

dhs-rec commented Apr 27, 2023

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?

@dhs-rec
Copy link
Author

dhs-rec commented Apr 27, 2023

Guess this comes from class NuGetExtension only defining the version property:

package com.ullink

class NuGetExtension {
    String version = '5.5.0'
}

dhs-rec added a commit to dhs-rec/gradle-nuget-plugin that referenced this issue Apr 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant