Skip to content

Commit

Permalink
Merge pull request spring-projects#158 from chkpnt/master
Browse files Browse the repository at this point in the history
Fix Maven-Repositories (401 unauthorized)
  • Loading branch information
jzheaux authored Feb 9, 2021
2 parents e0d93f7 + 4818843 commit 0c9be90
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,6 +1,7 @@
buildscript {
repositories {
maven { url 'https://repo.springsource.org/plugins-release' }
maven { url 'https://repo.spring.io/plugins-release' }
maven { url 'https://plugins.gradle.org/m2/' }
}
dependencies {
classpath("org.springframework.build.gradle:propdeps-plugin:0.0.7")
Expand Down

0 comments on commit 0c9be90

Please sign in to comment.