he4330937
Results
1
comments of
he4330937
非常感谢,根据你的提示,终于解决问题.. 最终代码为 def addRepos(RepositoryHandler handler) { handler.maven { url 'https://maven.google.com/' name 'Google' } handler.jcenter { url "http://jcenter.bintray.com/" } // handler.jcenter() handler.maven { url 'http://maven.aliyun.com/nexus/content/groups/public/' } handler.maven { url 'https://oss.jfrog.org/libs-snapshot' }...