Fix 401 errors from artifactory

This commit is contained in:
Rossen Stoyanchev
2020-11-16 13:37:17 +00:00
parent 6327c60912
commit e3c888fd52

View File

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