Skip to content

Commit d25f112

Browse files
committed
Remove unused Sonatype snapshot repositories.
The Sonatype snapshot repositories were redundant and unnecessary for the project. Cleaning them up improves repository management and avoids potential dependency resolution issues.
1 parent 6406b7f commit d25f112

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

settings.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ dependencyResolutionManagement {
2020
repositories {
2121
mavenCentral()
2222
mavenLocal()
23-
maven("https://oss.sonatype.org/content/repositories/snapshots/")
24-
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/")
2523
}
2624
versionCatalogs {
2725
create("libs") {

0 commit comments

Comments
 (0)