Gradle sync fails:Unexpected value 91 received. It seems the stream was not encoded correctly.
Answered
I'm unable to sync my Gradle project with IntelliJ. When I add the project I get an error :"Unexpected value 91 received. It seems the stream was not encoded correctly."
Anybody else run into this issue?
Please sign in to leave a comment.
I saw that I had some Gradle properties passed to the runner. I removed these properties, (specifically -verbose) and I'm rockin' again!
I am also hitting this, and I really do need to debug the class loading here. Please fix.
See if https://discuss.gradle.org/t/cannot-run-build-with-jvm-argument-verbose-class/17734/2 helps.