|
Copy dependencies by running 'gradle -I /root/.ngrinder/init.gradle -p/root/.ngrinder/script/admin __copyDependencies -PoutputDirectory=/root/.ngrinder/script/admin/lib'
Dependencies copy in Hello/build.gradle is failed.
经调查发现 会在 /root/.ngrinder/script/admin 目录中去执行命令,但 gradle 的文件没有被复制到这个地方, 验证失败。
如何解决?
|