-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.NoSuchMethodError: org.apache.http.entity.mime.content.ByteArrayBody.<init>([BLorg/apache/http/entity/ContentType;Ljava/lang/String;)V #47
Comments
+1. It would be nice to add a unit test here in the plugin. |
Sorry for the incovenience! I released v2.4.0x as a workaround version. Please try this version if you see the above error. I don't understand this error for the moment. This seems caused by the use of the incompatible version of |
Use v2.5.0x if you still see the above error. Alternatively if you use the new syntax for plugin application like the following, you must be able to avoid the above error.
|
I am still experiencing this issue in version 2.6.3, perhaps we should reopen this issue? |
Still an issue with 2.8.1.
Here is relevant code change: I also tried the new apply plugin syntax: Continue to use 2.5.0-x. |
Similar issue to #27 and #45. It only successfully works with
2.0.1x
, but not2.4.0
(latest). Is this intentional?Full stack trace:
The text was updated successfully, but these errors were encountered: