Meituan-Dianping / Robust

Robust is an Android HotFix solution with high compatibility and high stability. Robust can fix bugs immediately without a reboot.
Apache License 2.0
4.42k stars 807 forks source link

执行 gradle build 找不到域名depot.sankuai.com #149

Closed userswlwork closed 7 years ago

userswlwork commented 7 years ago

A problem occurred configuring root project 'Robust'.

Could not resolve all dependencies for configuration ':classpath'. Could not resolve com.meituan.gradle:roboaspectj:0.9.2. Required by: :Robust:unspecified Could not resolve com.meituan.gradle:roboaspectj:0.9.2. Could not get resource 'http://depot.sankuai.com/nexus/content/groups/public/com/meituan/gradle/roboaspectj/0.9.2/roboaspectj-0.9.2.pom'. Could not GET 'http://depot.sankuai.com/nexus/content/groups/public/com/meituan/gradle/roboaspectj/0.9.2/roboaspectj-0.9.2.pom'. depot.sankuai.com: unknown error

hedex commented 7 years ago

请注释掉 maven { url "http://depot.sankuai.com/nexus/content/groups/public/" } 明天我们会对此问题进行更新,发布0.4.3版本,敬请关注

userswlwork commented 7 years ago

好的好的, 不过我注释掉 maven { url "http://depot.sankuai.com/nexus/content/groups/public/" } 还是会报错

Error:Could not find com.meituan.gradle:roboaspectj:0.9.2. Searched in the following locations: file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/meituan/gradle/roboaspectj/0.9.2/roboaspectj-0.9.2.pom file:/Applications/Android Studio.app/Contents/gradle/m2repository/com/meituan/gradle/roboaspectj/0.9.2/roboaspectj-0.9.2.jar file:/Users/apple/.m2/repository/com/meituan/gradle/roboaspectj/0.9.2/roboaspectj-0.9.2.pom file:/Users/apple/.m2/repository/com/meituan/gradle/roboaspectj/0.9.2/roboaspectj-0.9.2.jar https://jcenter.bintray.com/com/meituan/gradle/roboaspectj/0.9.2/roboaspectj-0.9.2.pom https://jcenter.bintray.com/com/meituan/gradle/roboaspectj/0.9.2/roboaspectj-0.9.2.jar Required by: :Robust:unspecified

mivanzhang commented 7 years ago

继续注释掉com.meituan.gradle:roboaspectj:0.9.2

hedex commented 7 years ago

@userswlwork 已经解决了,请拉取我们master的最新代码