Skip to content

Commit 6ae6f34

Browse files
committed
Fix typo in the build.gradle
1 parent b258624 commit 6ae6f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ allprojects {
121121
mavenLocal()
122122
}
123123
mavenCentral()
124-
git
124+
maven { url 'https://repo.spring.io/release' }
125125
maven { url 'https://repo.spring.io/milestone' }
126126
if (version.endsWith('SNAPSHOT')) {
127127
maven { url 'https://repo.spring.io/snapshot' }

0 commit comments

Comments
 (0)