spring.io rep fix

This commit is contained in:
Michal Michaluk
2021-04-24 06:53:24 +02:00
parent 3660ae38ae
commit 95c751ccef

View File

@@ -2,9 +2,9 @@ buildscript {
repositories { repositories {
mavenCentral() mavenCentral()
mavenLocal() mavenLocal()
maven { url "http://repo.spring.io/snapshot" } maven { url "https://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" } maven { url "https://repo.spring.io/milestone" }
maven { url "http://repo.spring.io/release" } maven { url "https://repo.spring.io/release" }
} }
dependencies { dependencies {
classpath "org.springframework.boot:spring-boot-gradle-plugin:2.0.2.RELEASE" classpath "org.springframework.boot:spring-boot-gradle-plugin:2.0.2.RELEASE"
@@ -53,9 +53,9 @@ allprojects {
url getProp("M2_LOCAL") url getProp("M2_LOCAL")
} }
} }
maven { url "http://repo.spring.io/snapshot" } maven { url "https://repo.spring.io/snapshot" }
maven { url "http://repo.spring.io/milestone" } maven { url "https://repo.spring.io/milestone" }
maven { url "http://repo.spring.io/release" } maven { url "https://repo.spring.io/release" }
} }
publishing { publishing {