我正在尝试构建一个包含在gradle分发中的示例项目.当我这样做时,gradle build我收到此错误:
Could not resolve commons-collections:commons-collections:3.2.1.
Required by:
:application:1.0.2
> Could not HEAD 'https://repo1.maven.org/maven2/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom'.
> Connection to https://repo1.maven.org refused
Run Code Online (Sandbox Code Playgroud)
我在代理后面工作.我尝试了这里提到的东西: 代理配置的gradle文档,但我得到了同样的错误.你能帮我吗?