medispring / icure-backend

OSS version of the iCure Medical File Management software
GNU General Public License v2.0
0 stars 1 forks source link

Use HTTPS for the Spring Maven repo #188

Closed cebamps closed 4 years ago

cebamps commented 4 years ago

On ./gradlew bootRun, the dependency http://repo.spring.io/plugins-release/io/spring/gradle/propdeps-plugin/0.0.9.RELEASE/propdeps-plugin-0.0.9.RELEASE.pom is unreachable ("HTTP is not supported. Please use HTTPS").

This PR changes all gradle.build URLs to repo.spring.io to use HTTPS.

Let me know if I should make the PR to upstream instead.