我一直试图将gradle下载到我的mac终端中, 首先是手动操作,但是没有用,所以我使用了
>brew install gradle
但是,当我尝试测试它是否可以使用时
>gradle -v
我只有
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine java version from '10.0.2'.
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or
--debug option to get more log output.
我该怎么办?