A problem occurred evaluating project ':'. > ASCII

项目编译出错:

错误信息如下:

FAILURE: Build failed with an exception.

* Where:
Build file 'F:\git\i***\build.gradle' line: 1

* What went wrong:
A problem occurred evaluating project ':**'.
> ASCII

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.



解决方法:
去掉gradle 文件里面的这个依赖:

        classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4+"

删除org.jfrog.buildinfo:build-info-extractor-gradle 你项目中这个依赖就可以了。至于为什么,我也不知道。

posted @ 2019-02-14 17:08  有点理想的码农  阅读(6344)  评论(0编辑  收藏  举报