* What went wrong:
org.slf4j.impl.SimpleLoggerFactory cannot be cast to org.gradle.internal.logging
.slf4j.OutputEventListenerBackedLoggerContext
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug
option to get more log output.
配置信息没有一点错误,但是就是启动不起来gradle,
我的解决办法是 在电脑中搜索slf4j,然后把jar包全给删除了,然后再启动就成功了
具体什么原因我也不清楚,但是就是删除了以后就好用了