From 95c751ccefb879e02ecc959c712caa31f4cd9bcf Mon Sep 17 00:00:00 2001 From: Michal Michaluk Date: Sat, 24 Apr 2021 06:53:24 +0200 Subject: [PATCH] spring.io rep fix --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index e1e0e57..328ae3d 100644 --- a/build.gradle +++ b/build.gradle @@ -2,9 +2,9 @@ buildscript { repositories { mavenCentral() mavenLocal() - maven { url "http://repo.spring.io/snapshot" } - maven { url "http://repo.spring.io/milestone" } - maven { url "http://repo.spring.io/release" } + maven { url "https://repo.spring.io/snapshot" } + maven { url "https://repo.spring.io/milestone" } + maven { url "https://repo.spring.io/release" } } dependencies { classpath "org.springframework.boot:spring-boot-gradle-plugin:2.0.2.RELEASE" @@ -53,9 +53,9 @@ allprojects { url getProp("M2_LOCAL") } } - maven { url "http://repo.spring.io/snapshot" } - maven { url "http://repo.spring.io/milestone" } - maven { url "http://repo.spring.io/release" } + maven { url "https://repo.spring.io/snapshot" } + maven { url "https://repo.spring.io/milestone" } + maven { url "https://repo.spring.io/release" } } publishing {