When I try to select the menu item: context menu >> Configure >> “Add Gradle Nature” on an existing Eclipse project, this results in an error message saying:
Synchronize Gradle Projects with Workspace failed due to an error connecting to the gradle build
Could not install gradle Distribution from ‘https://services.gradle.org/distributions/gradle-3.5-bin.zip’
Following more error Messages, discribing some Network Problem.
I have a local gradle 4.0 installation, there is no need to connect to the internet, nor do I want to use gradle 3.5.
How can I handle this problem?