We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08bb796 commit 9733cf8Copy full SHA for 9733cf8
build.gradle
@@ -1,5 +1,6 @@
1
buildscript {
2
repositories {
3
+ gradlePluginPortal()
4
maven { url "https://repo.spring.io/plugins-release" }
5
}
6
dependencies {
@@ -148,7 +149,7 @@ configure(allprojects) { project ->
148
149
150
151
mavenCentral()
- maven { url "https://repo.spring.io/libs-release" }
152
+ maven { url "https://repo.spring.io/libs-spring-framework-build" }
153
154
155
0 commit comments