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 你项目中这个依赖就可以了。至于为什么,我也不知道。


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM