You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2018. It is now read-only.
The company I work for is using a firewall, with a self-signed certificate, which decrypts and reencrypts all https traffic between us and the internet, which (among other things) breaks the download of Android SDK updates via https.
I've tried setting the system property android.preferHttp to 'y' in gradle.properties (and in the Windows environment variables) but the sdk-manager-plugin tries to download via https anyway.
I can read the system property by manually calling "println java.lang.System.getProperty('android.preferHttp')" in a Gradle task.
How do I supply the system properties to the sdk manager plugin so that it doesn't use https?
TIA
The text was updated successfully, but these errors were encountered:
It appears that when the the code was merged together (in #21) the part about the https property wasn't added (only the proxy part made it to master).
Is it possible to have it re-added again?
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
Hi
The company I work for is using a firewall, with a self-signed certificate, which decrypts and reencrypts all https traffic between us and the internet, which (among other things) breaks the download of Android SDK updates via https.
I've tried setting the system property android.preferHttp to 'y' in gradle.properties (and in the Windows environment variables) but the sdk-manager-plugin tries to download via https anyway.
I can read the system property by manually calling "println java.lang.System.getProperty('android.preferHttp')" in a Gradle task.
How do I supply the system properties to the sdk manager plugin so that it doesn't use https?
TIA
The text was updated successfully, but these errors were encountered: