-
Notifications
You must be signed in to change notification settings - Fork 111
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
Error building with Gradle 5.0 #54
Comments
This is also happening for me with 4.x. |
How about this ticket? |
Looks like the offending code is just a log statement:
So, an easy work around would be to skip logging. Of course, it would be better would to not use |
+1 any plans for Gradle 5.x support soon? |
Strange thing is that in AS 3.3, e.g. either sync gradle, or even execute assemble in grade tab, it does not work:
But when I use "./gradlew assemble" or any other task from console, I do not get an error and it builds just fine. |
Same here, we are actually removing the plugin from a project because it's not updated for gradle 5. |
Fixed in 0.1.4 release. |
how to fixed that error...I don't know hot to fix my project....same build error |
I have an issue building my project with the latest 5.0 update from Gradle
The text was updated successfully, but these errors were encountered: