echocat / gradle-golang-plugin

Gradle plugin to build, test and do other stuff of Golang projects.
https://github.com/echocat/gradle-golang-plugin
Mozilla Public License 2.0
44 stars 8 forks source link

Project/GroupName without VCS #29

Open aksdb opened 7 years ago

aksdb commented 7 years ago

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.)

blaubaer commented 7 years ago

I understand the request and will try to find a way to make this possible.

remal commented 7 years ago

This issue completly blocks me. It will be great, if you'll find a way to make such case works!