I encountered an error while building the Spring source code
IntelliJ IDEA version: 2020.1 gradle version:5.6.4 Spring version:5.2.9.BUILD-SNAPSHOT
Comment From: dadadadudu
I encountered an error while building the Spring source code
IntelliJ IDEA version: 2020.1 gradle version:5.6.4 Spring version:5.2.9.BUILD-SNAPSHOT
jdk version?
Comment From: jhx1024
jdk 1.8
Comment From: jhx1024
I encountered an error while building the Spring source code
IntelliJ IDEA version: 2020.1 gradle version:5.6.4 Spring version:5.2.9.BUILD-SNAPSHOT
jdk version?
jdk 1.8
Comment From: bclozel
Can you check that you can access the following URL in your browser?
https://repo.spring.io/artifactory/snapshot/io/projectreactor/reactor-bom/Dysprosium-BUILD-SNAPSHOT/maven-metadata.xml
This could be a temporary failure or a missing proxy configuration in your setup.
Comment From: jhx1024
I can access
Can you check that you can access the following URL in your browser?
https://repo.spring.io/artifactory/snapshot/io/projectreactor/reactor-bom/Dysprosium-BUILD-SNAPSHOT/maven-metadata.xml
This could be a temporary failure or a missing proxy configuration in your setup.
I have access, and I configured the proxy
Comment From: bclozel
So this is probably an issue with your setup. Did you configure your proxy with gradle? https://stackoverflow.com/questions/5991194/gradle-proxy-configuration#22666646
Comment From: snicoll
Closing due to lack of feedback.