Fix typo in the build.gradle
This commit is contained in:
@@ -121,7 +121,7 @@ allprojects {
|
||||
mavenLocal()
|
||||
}
|
||||
mavenCentral()
|
||||
git
|
||||
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' }
|
||||
|
||||
Reference in New Issue
Block a user