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 fails to build with the wrapper but builds with gradle locally installed #17

Closed 0xilly closed 7 years ago

0xilly commented 7 years ago

The project fails to build on prepareToolchain when using the gradle wrapper but not when using my local gradle installation. log with gradle wrapper log without gradle wrapper

build.gradle

0xilly commented 7 years ago

log from our jenkins

0xilly commented 7 years ago

looks like I forgot to update the wrapper