oliviergauthier / gradle-appcenter-plugin

This gradle plugin allow you to upload each build variant of your android application to separate AppCenter Apps.
MIT License
85 stars 45 forks source link

Proxy Server is ignored #48

Open troedi opened 4 years ago

troedi commented 4 years ago

Proxy server settings that are specified in gradle.properties file will be ignored when uploading apps to AppCenter.

The following proxy configuration will result in a HTTP error 403 behind my corporate proxy server.

systemProp.https.proxyPort=8080 systemProp.http.proxyHost=proxy systemProp.https.proxyHost=proxy systemProp.http.proxyPort=8080

noemier commented 2 years ago

Hi, Is there a correction planned ? Thanks