Проблема с gradle

Версия Minecraft
1.12.2
API
Forge
4,045
63
645
Всем привет!
Кто-нибудь сталкивался с такой штукой? Как это побороть?
Скачал свою старую репу, попытался импортировать, а тут такое.
 
Краш-лог
Description    Resource    Path    Location    Type
Could not fetch model of type 'EclipseProject' using connection to Gradle distribution 'https://services.gradle.org/distributions/gradle-2.14-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/2.14/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. 1.12.2 line 0 Gradle Error Marker
Краш-лог:
Description    Resource    Path    Location    Type
Could not fetch model of type 'EclipseProject' using connection to Gradle distribution 'https://services.gradle.org/distributions/gradle-2.14-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/2.14/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.    1.12.2        line 0    Gradle Error Marker
4,045
63
645
8-ую я поставил уже и java_home перебил.
Это выбивает уже после пересборки genEclipseRuns?
Это выдаёт при попытке запустить игру.
Так-то ошибок других нет, вроде.
Хуклибу же обычно подключают не через сборщик, а как локальный модуль, так что влиять не должно.
У меня через build.gradle прописано. Типо так:

Java:
jar {
    manifest {
        attributes([
            "Specification-Title": "mist",
            "Specification-Vendor": "Liahim",
            "Specification-Version": "1", // We are version 1 of ourselves
            "Implementation-Title": project.name,
            "Implementation-Version": "${version}",
            "Implementation-Vendor" :"Liahim",
            "Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
        ])
        attributes 'FMLCorePlugin': 'ru.liahim.mist.core.hooks.MistHookLoader'
        attributes 'FMLCorePluginContainsFMLMod': 'true'
    }
}
 
Сверху