[GRADLE-3154] Gradle 2.1 RC1 Failed to apply plugin [id 'ear'] Created: 21/Aug/14 Updated: 26/Aug/14 Resolved: 26/Aug/14 |
|
| Status: | Resolved |
| Project: | Gradle |
| Affects Version/s: | None |
| Fix Version/s: | 2.1-rc-2 |
| Type: | Bug | ||
| Reporter: | Gradle Forums | Assignee: | Marcin Erdmann |
| Resolution: | Fixed | Votes: | 0 |
| Description |
|
I upgraded from Gradle 2.0 to 2.1RC1 this morning. It seems the EAR plugin may be broken: FAILURE: Build failed with an exception.
This build.gradle worked fine with 2.0 apply plugin: 'ear' dependencies { |
| Comments |
| Comment by Gradle Forums [ 21/Aug/14 ] |
|
Confirmed problem is in also in latest gradle 2.2 nightly. Here is a stacktrace from 2.1-rc1 I believe the problem lies in gradle-ear-2.1-rc-1.jar. If I replace that jar with gradle-ear-2.0.jar the build once again works. (I realize this is a "frankenbuild" of sorts. This was just a troubleshooting step). |