[GRADLE-3516] Publishing plugin breaks when combined with maven-publish Created: 28/Jul/16 Updated: 28/Jul/16 Resolved: 28/Jul/16 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | ||
Reporter: | Marco Vermeulen | Assignee: | Marco Vermeulen |
Resolution: | Fixed | Votes: | 0 |
Description |
The publish plugin breaks in the case that the maven-publish (or the Bintray publish plugin) is present. It complains that the method org.apache.maven.model.Dependency.getOptional()Ljava/lang/String" cannot be found. This is due to an older version of the Maven Model being pulled in transitively by other plugins. |
Comments |
Comment by Marco Vermeulen [ 28/Jul/16 ] |
This has now been resolved and has gone out as part of release 0.9.5. It is available on the plugin portal. |