Fix typo in the build.gradle

This commit is contained in:
Artem Bilan
2022-01-18 12:15:54 -05:00
parent b2586241f8
commit 6ae6f343c8

View File

@@ -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' }