Skip to content

Commit

Permalink
Fix 401 errors from artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
rstoyanchev committed Nov 16, 2020
1 parent 4ff521d commit 0bf002d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
buildscript {
repositories {
gradlePluginPortal()
maven { url "https://repo.spring.io/plugins-release" }
}
dependencies {
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 0bf002d

Please sign in to comment.