-
Notifications
You must be signed in to change notification settings - Fork 29
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
Project configuration fails without nugetSources section in build.gradle #66
Labels
Comments
I'd be happy to send a PR for this. Not sure what the correct fix is though - simply move the validation checks from |
That or remove default |
@darsen WDYT ? |
I'd go with @citizenmatt proposal, moving validation to exec. |
citizenmatt
added a commit
to citizenmatt/gradle-nuget-plugin
that referenced
this issue
Sep 27, 2018
gluck
pushed a commit
that referenced
this issue
Sep 27, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently (version 2.16), without a nugetSources section defined in build.gradle, project configuration fails with "Operation not specified for NuGetSources task."
Projects that do not require a functional nugetSources task should not need to define this section for project configuration to succeed: Any error due to a missing or malformed nugetSources section should only occur on an attempt to invoke the nugetSources task, not during project configuration.
The text was updated successfully, but these errors were encountered: