Skip to content

Commit e3c888f

Browse files
committed
Fix 401 errors from artifactory
1 parent 6327c60 commit e3c888f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
buildscript {
22
repositories {
3+
gradlePluginPortal()
34
maven { url "https://repo.spring.io/plugins-release" }
45
}
56
dependencies {
@@ -151,7 +152,7 @@ configure(allprojects) { project ->
151152
}
152153

153154
repositories {
154-
maven { url "https://repo.spring.io/libs-release" }
155+
maven { url "https://repo.spring.io/libs-spring-framework-build" }
155156
}
156157

157158
dependencies {

0 commit comments

Comments
 (0)