Closed acardona closed 3 years ago
It looks like you might be using an old version of gradle:
Could not fetch model of type 'EclipseProject' using Gradle distribution 'https://services.gradle.org/distributions/gradle-2.14.1-bin.zip'.
Right now I'm using gradle 4 through Eclipse's buildship 2 plugin, and for variety, gradle 5.6 on the command line. Gradle 2 is a little too old; the syntax has changed. When I launch a build in eclipse, I see:
Gradle Distribution: Local installation at /opt/gradle/gradle-4.10.3
You could also try a command-line build, to take eclipse out of the troubleshooting.
Upon following instructions to build from eclise as a gradle project, I got: