File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
3- maven { url " http ://repo.spring.io/libs-release" }
3+ maven { url " https ://repo.spring.io/libs-release" }
44 mavenLocal()
55 mavenCentral()
66 }
2222repositories {
2323 mavenLocal()
2424 mavenCentral()
25- maven { url " http ://repo.spring.io/libs-release" }
25+ maven { url " https ://repo.spring.io/libs-release" }
2626}
2727
2828dependencies {
Original file line number Diff line number Diff line change 4343 <repository >
4444 <id >spring-releases</id >
4545 <name >Spring Releases</name >
46- <url >http ://repo.spring.io/libs-release</url >
46+ <url >https ://repo.spring.io/libs-release</url >
4747 </repository >
4848 </repositories >
4949
5050 <pluginRepositories >
5151 <pluginRepository >
5252 <id >spring-releases</id >
53- <url >http ://repo.spring.io/libs-release</url >
53+ <url >https ://repo.spring.io/libs-release</url >
5454 </pluginRepository >
5555 </pluginRepositories >
5656
Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
3- maven { url " http ://repo.spring.io/libs-release" }
3+ maven { url " https ://repo.spring.io/libs-release" }
44 mavenLocal()
55 mavenCentral()
66 }
2222repositories {
2323 mavenLocal()
2424 mavenCentral()
25- maven { url " http ://repo.spring.io/libs-release" }
25+ maven { url " https ://repo.spring.io/libs-release" }
2626}
2727
2828dependencies {
Original file line number Diff line number Diff line change 4343 <repository >
4444 <id >spring-releases</id >
4545 <name >Spring Releases</name >
46- <url >http ://repo.spring.io/libs-release</url >
46+ <url >https ://repo.spring.io/libs-release</url >
4747 </repository >
4848 </repositories >
4949
5050 <pluginRepositories >
5151 <pluginRepository >
5252 <id >spring-releases</id >
53- <url >http ://repo.spring.io/libs-release</url >
53+ <url >https ://repo.spring.io/libs-release</url >
5454 </pluginRepository >
5555 </pluginRepositories >
5656
You can’t perform that action at this time.
0 commit comments