We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 469f785 commit cd4315dCopy full SHA for cd4315d
build.gradle.kts
@@ -43,6 +43,8 @@ repositories {
43
// To support that we need to have `mavenLocal` support.
44
mavenLocal()
45
// ----
46
+
47
+ maven {url = uri("https://repo.spring.io/milestone/")}
48
}
49
50
dependencyManagement {
0 commit comments