A problem occurred evaluating project ':'. > ASCII

项目编译出错:

错误信息如下:

FAILURE: Build failed with an exception.

* Where:
Build file 'F:giti***uild.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 你项目中这个依赖就可以了。至于为什么,我也不知道。

原文地址:https://www.cnblogs.com/caoxinyu/p/10568498.html