【Gradle】Publishing a build scan to scans.gradle.com requires accepting the Gradle Terms of Use defin
问题描述
Android Studio 单元测试跑到一半卡住不动。

控制台输出:
BUILD SUCCESSFUL in 21s
26 actionable tasks: 1 executed, 25 up-to-date
Publishing a build scan to scans.gradle.com requires accepting the Gradle Terms of Use defined at https://gradle.com/help/legal-terms-of-use. Do you accept these terms? [yes, no]

原因分析
Gradle 需要用户同意其使用条款,导致测试过程卡住。
发布构建扫描到 scans.gradle.com 需要接受 Gradle 使用条款,详见 https://gradle.com/help/legal-terms-of-use。是否接受这些条款?[yes, no]
解决方案
-
控制台拉到右下角,输入
yes同意。

-
单元测试通过。


2398

被折叠的 条评论
为什么被折叠?



