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

Problem building samples/simple-project #23

Closed damianoneill closed 7 years ago

damianoneill commented 7 years ago
* What went wrong:
A problem occurred evaluating root project 'simple-project'.
> Could not get unknown property 'golangTest' for root project 'simple-project' of type org.gradle.api.Project.
13:47:10.987 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] FAILURE: Build failed with an exception.
13:47:10.987 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
13:47:10.987 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * Where:
13:47:10.987 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Build file '/Users/doneill/projects/github/gradle-golang-plugin/samples/simple-project/build.gradle' line: 46
13:47:10.987 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]

Line 46

task moo(type: MooTask, dependsOn: golangTest)
blaubaer commented 7 years ago

This is just a sample for developing not for active usage. I can not guarantee that it always works.