You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.
We are using Glide (github.com/Masterminds/glide) to manage dependencies and populate our vendor/ directory, so we do not need gradle-golang-plugin to do this.
How can we suppress gradle-golang-plugin from trying to download dependencies which can be found in the vendor directory?
Or, let me ask this another way: Can we make gradle-golang-plugin search vendor/ directory for dependencies before attempting to download them? That is, if they are found in vendor/ , then do not attempt to download them?
Please comment if this is new functionality and requires development, we are open to that possibility.
Thanks!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We are using Glide (github.com/Masterminds/glide) to manage dependencies and populate our vendor/ directory, so we do not need gradle-golang-plugin to do this.
How can we suppress gradle-golang-plugin from trying to download dependencies which can be found in the vendor directory?
Or, let me ask this another way: Can we make gradle-golang-plugin search vendor/ directory for dependencies before attempting to download them? That is, if they are found in vendor/ , then do not attempt to download them?
Please comment if this is new functionality and requires development, we are open to that possibility.
Thanks!
The text was updated successfully, but these errors were encountered: