You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Could not GET 'http://repo1.maven.org/maven2/org/springframework/boot/spring-boot-gradle-plugin/1.2.2.RELEASE/spring-boot-gradle-plugin-1.2.2.RELEASE.pom'. Received status code 501 from server: HTTPS Required
The text was updated successfully, but these errors were encountered:
FYI, a workaround is to replace every single place with has mavenCentral()
with
maven {
url 'https://repo1.maven.org/maven2/'
}
For me too, but rewrote to maven { url "https://repo1.maven.org/maven2/" } so it looks the same as the other statements.
Replaced in /src/Backend/IntegrationService/build.gradle, in /src/Backend/OrderService/build.gradle, and in /src/Backend/OrderService/build.war.gradle
Build followed from this lab is failing with:
> Could not GET 'http://repo1.maven.org/maven2/org/springframework/boot/spring-boot-gradle-plugin/1.2.2.RELEASE/spring-boot-gradle-plugin-1.2.2.RELEASE.pom'. Received status code 501 from server: HTTPS Required
The text was updated successfully, but these errors were encountered: