Skip to content

Commit

Permalink
Fixes build failure because of repo.springsource.org moved to HTTPS.
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimLengacher committed May 5, 2022
1 parent da82788 commit d3b7e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ buildscript {
repositories {
mavenCentral()
maven {
url "http://repo.springsource.org/plugins-release";
url "https://repo.springsource.org/plugins-release";
}
}
dependencies {
Expand Down

0 comments on commit d3b7e30

Please sign in to comment.