wasiqkhan786
(Muhammad wasiq khan)
#1
could not resolve all files for configuration ‘:classpath’.
Could not resolve io.spring.gradle:propdeps-plugin:0.0.9.RELEASE.
Required by:
project :
Could not resolve io.spring.gradle:propdeps-plugin:0.0.9.RELEASE.
Could not get resource ‘http://repo.spring.io/plugins-release/io/spring/gradle/propdeps-plugin/0.0.9.RELEASE/propdeps-plugin-0.0.9.RELEASE.pom’.
Could not GET ‘http://repo.spring.io/plugins-release/io/spring/gradle/propdeps-plugin/0.0.9.RELEASE/propdeps-plugin-0.0.9.RELEASE.pom’. Received status code 403 from server: Forbidden
qurczak
(Marcin Winkler)
#2
I’ve had the same problem. Try to use https instead of http.
2 Likes
donat
(Donát Csikós)
#3
Indeed, the spring.io
server no longer supports plain http connections.
wasiqkhan786
(Muhammad wasiq khan)
#4
Hi,
i changed http to https but unfortuntly my whole application get.its just showing me bad gateway
what should i do now?
donat
(Donát Csikós)
#5
This seems like a general network connectivity issue. You need to sort this out with your sysadmin/ISP.
lyppol
(Pavlo)
#6