Skip to content

Commit 9733cf8

Browse files
committed
Attempt to resolve artifactory 401 failures
1 parent 08bb796 commit 9733cf8

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 {
@@ -148,7 +149,7 @@ configure(allprojects) { project ->
148149

149150
repositories {
150151
mavenCentral()
151-
maven { url "https://repo.spring.io/libs-release" }
152+
maven { url "https://repo.spring.io/libs-spring-framework-build" }
152153
}
153154

154155
dependencies {

0 commit comments

Comments
 (0)