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.
I'm mainly developing internal applications and therefore I do not use a workspace setup with VCS URIs. My current idea is to have the Go sources live in a repository together with the gradle build script so (new) developers can easily checkout and build right away. Unfortunately, the build plugin immediately aborts with "Don't know how to handle dependency 'myproj' because there VCS Repository Provider that could handle it.".
Since I don't have a VCS path/provider that is exactly the layout I want. Can I somehow get the plugin to build anyway? (Building with "go build" works as expected.)
The text was updated successfully, but these errors were encountered:
I'm mainly developing internal applications and therefore I do not use a workspace setup with VCS URIs. My current idea is to have the Go sources live in a repository together with the gradle build script so (new) developers can easily checkout and build right away. Unfortunately, the build plugin immediately aborts with "Don't know how to handle dependency 'myproj' because there VCS Repository Provider that could handle it.".
Since I don't have a VCS path/provider that is exactly the layout I want. Can I somehow get the plugin to build anyway? (Building with "go build" works as expected.)
The text was updated successfully, but these errors were encountered: