Skip to content

Commit 0bf002d

Browse files
committed
Fix 401 errors from artifactory
1 parent 4ff521d commit 0bf002d

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 {
@@ -129,7 +130,7 @@ configure(allprojects) { project ->
129130
}
130131

131132
repositories {
132-
maven { url "https://repo.spring.io/libs-release" }
133+
maven { url "https://repo.spring.io/libs-spring-framework-build" }
133134
}
134135

135136
dependencies {

0 commit comments

Comments
 (0)