Skip to content
This repository has been archived by the owner on Jan 27, 2019. It is now read-only.

Declaring custom 'clean' task when using the standard Gradle lifecycle plugins is not allowed #32

Open
gtinjr opened this issue Jun 30, 2017 · 1 comment

Comments

@gtinjr
Copy link

gtinjr commented Jun 30, 2017

It does not work with gradle 3.5

  • Where:
    Build file '/Users/gtin/workspace/yieldedge/search/backend/proxy/gateway/build.gradle' line: 2

  • What went wrong:
    An exception occurred applying plugin request [id: 'org.echocat.golang', version: '0.1.16']

Failed to apply plugin [id 'org.echocat.golang']
Declaring custom 'clean' task when using the standard Gradle lifecycle plugins is not allowed.

@amimas
Copy link

amimas commented Dec 21, 2017

You must be using other standard gradle plugin that also uses same task name as this plugin. You need to apply the plugin using it's minor extention. That will resolve the task name conflict issues.

apply plugin: "org.echocat.golang-minor"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants