Skip to content

Commit 862baae

Browse files
committed
Comment out libs-staging-local repo
1 parent a40fd6a commit 862baae

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
@@ -35,7 +35,7 @@ allprojects {
3535
maven { url 'https://repo.spring.io/libs-snapshot' }
3636
}
3737
maven { url 'https://repo.spring.io/libs-milestone' }
38-
maven { url 'https://repo.spring.io/libs-staging-local' }
38+
// maven { url 'https://repo.spring.io/libs-staging-local' }
3939
}
4040

4141
ext.javadocLinks = [

0 commit comments

Comments
 (0)