Fix 401 errors from artifactory

This commit is contained in:
Rossen Stoyanchev
2020-11-16 13:49:41 +00:00
parent 4ff521d769
commit 0bf002dbe1

View File

@@ -1,5 +1,6 @@
buildscript {
repositories {
gradlePluginPortal()
maven { url "https://repo.spring.io/plugins-release" }
}
dependencies {
@@ -129,7 +130,7 @@ configure(allprojects) { project ->
}
repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/libs-spring-framework-build" }
}
dependencies {