Skip to content

Commit

Permalink
Remove https://repo.spring.io/release for Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Jun 22, 2023
1 parent a9285c3 commit d37912f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle
Expand Up @@ -127,7 +127,6 @@ allprojects {
mavenLocal()
}
mavenCentral()
maven { url 'https://repo.spring.io/release' }
maven { url 'https://repo.spring.io/milestone' }
if (version.endsWith('SNAPSHOT')) {
maven { url 'https://repo.spring.io/snapshot' }
Expand Down

0 comments on commit d37912f

Please sign in to comment.