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

GOPATH shouldn't be java.nio.file.Path #4

Closed ghost closed 7 years ago

ghost commented 8 years ago

GOPATH allows multiple path pieces, so it should be either an array of paths, or just a string.

blaubaer commented 8 years ago

You are right. I will change this within the next days.