Skip to content

Commit 8276b6c

Browse files
committed
Remove staging repo; 2.7.0 is now in central
1 parent d54e50a commit 8276b6c

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
@@ -105,7 +105,7 @@ allprojects {
105105
if (version.endsWith('SNAPSHOT')) {
106106
maven { url 'https://repo.spring.io/libs-snapshot' }
107107
}
108-
maven { url 'https://repository.apache.org/content/groups/staging/' }
108+
// maven { url 'https://repository.apache.org/content/groups/staging/' }
109109
}
110110

111111
}

0 commit comments

Comments
 (0)