rest-gradle-plugin icon indicating copy to clipboard operation
rest-gradle-plugin copied to clipboard

java.io.IOException: Attempted read from closed stream

Open AndrewReitz opened this issue 11 years ago • 3 comments

I am receiving "java.io.IOException: Attempted read from closed stream." but when I check the api it looks like my request was successful.

AndrewReitz avatar Aug 25 '14 21:08 AndrewReitz

Can you post an example build.gradle that reproduces this?

noamt avatar Aug 28 '14 09:08 noamt

Sure, you can find it here: https://github.com/InkApplications/android-preferences/blob/master/preferences/build.gradle I am attempting to hit bintray's api to have my package signed.

AndrewReitz avatar Aug 28 '14 12:08 AndrewReitz

I am doing the exact same thing on another build and not seeing issues. So I'm guessing it was an issue with the response I was getting at the time, or something I am doing in my configuration. I will keep you posted.

AndrewReitz avatar Sep 09 '14 00:09 AndrewReitz