При импортировании проекта Gradle выводит ошибку | Eclipse

Импортировал проект в Eclipse. Выводит такую ошибку в консоль:

Description Resource    Path    Location    Type
Could not run build action using connection to Gradle distribution 'https://services.gradle.org/distributions/gradle-4.9-bin.zip'.
Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at https://docs.gradle.org/4.9/userguide/gradle_daemon.html
Please read the following process output to find out more:
-----------------------

FAILURE: Build failed with an exception.
 * What went wrong:
java.lang.ExceptionInInitializerError (no error message)
 * Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
 * Get more help at https://help.gradle.org UnsignedCraft       line 0  Gradle Error Marker
  • Установлен Gradle в диске C версии 4.9.
  • Установлен JDK Kit 11.0.16
  • Установлен JRE 1.8.0_51

Нажимал по проекту правой кнопкой мыши Gradle -> Refresh Gradle Project. Указывал путь к Gradle в Preferences -> Gradle ничего не помогает.Ошибка


Ответы (0 шт):