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 Jun 11, 2020. It is now read-only.
gradle is a a Java build tool. It offers a wrapper, which downloads the build tool by itself. This is possible on Travis, but not on build.snapcraft.io:
Downloading https://services.gradle.org/distributions/gradle-4.0.2-bin.zip
Exception in thread "main" java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 407 Proxy Authentication Required"
I've proposed canonical/snapcraft#1490 which should fix this by having the gradle plugin pass on the username and password from $http_proxy and $https_proxy down to the build process
Summary
gradle is a a Java build tool. It offers a wrapper, which downloads the build tool by itself. This is possible on Travis, but not on build.snapcraft.io:
Source: https://build.snapcraft.io/user/JabRef/jabref/67152
Process
Current and expected result
Expected: Download https://services.gradle.org/distributions/gradle-4.0.2-bin.zip succeeds
Current result: Download does not succeed. Download rejected with 407.
Screenshot
The text was updated successfully, but these errors were encountered: