java.io.IOException: Attempted read from closed stream
I am receiving "java.io.IOException: Attempted read from closed stream." but when I check the api it looks like my request was successful.
Can you post an example build.gradle that reproduces this?
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.
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.