groovy-vfs icon indicating copy to clipboard operation
groovy-vfs copied to clipboard

Allow for new plugin mechanism

Open ambition-consulting opened this issue 8 years ago • 2 comments

As stated here, since gradle 2.1 a new plugin mechanism (using "id") should be supported. When applied, I get various errors on URI schemes not being supported though. Only using the legacy plugin mechanism (with buildscript and apply plugin) will result in correct behaviour.

ambition-consulting avatar Sep 20 '16 09:09 ambition-consulting

Indeed. The problem is described on the Gradle Forum: https://discuss.gradle.org/t/plugins-block-does-not-handle-classpath-correctly-under-certain-circumstances/18222/9.

IIRC it was fixed in the Gradle 3.0 release.

ysb33r avatar Sep 20 '16 09:09 ysb33r

I am currently using gradle 2.12. When I switch to gradle 3.0, I will double check if it works. If so, a short hint in the README might help?

ambition-consulting avatar Sep 20 '16 10:09 ambition-consulting