We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39be3ef commit 1ceff93Copy full SHA for 1ceff93
build.gradle
@@ -19,12 +19,10 @@ version '2.0-SNAPSHOT'
19
sourceCompatibility = 1.8
20
21
repositories {
22
- maven {
23
- url 'https://repo.spring.io/libs-milestone'
24
- }
25
- maven { url "https://repos.spring.io/snapshot" }
26
- maven { url "https://repos.spring.io/milestone" }
27
- maven { url "https://repos.spring.io/release" }
+ maven { url "https://repo.spring.io/release" }
+ maven { url 'https://repo.spring.io/libs-milestone' }
+ maven { url "https://repo.spring.io/milestone" }
+ maven { url "https://repo.spring.io/snapshot" }
28
mavenCentral()
29
}
30
0 commit comments