spring-attic / gradle-plugins

Gradle plugins for use in building and publishing open-source Spring projects, e.g. Spring Framework, Spring Integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gradle 2.x fails when examples from README are used

virgo47 opened this issue · comments

I tried this plugin with Gradle 2.3 or 2.4, used snippets from readme - and it fails as follows:

...
* What went wrong:
A problem occurred evaluating root project 'gradle-provided'.
> Cannot change configuration ':provided' after it has been resolved.

It took me quite a long time to figure out that you already fixed this in 0.0.7, but 0.0.6 is referenced in the snippet. At least I learned something when messing around this.

Happens to me, too. Please update the examples accordingly or provide a link to the latest version in the READMEs.

Tried this with Gradle 2.8. Same issue.

The README has been updated in 8d9bf9c