Skip to content

Commit fae7006

Browse files
committed
Remove Sonatype snapshots repository from build
The driver should not be depending on any snapshot artificats, so including it in the repositories list is unnecessary.
1 parent 5cf64ba commit fae7006

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ buildscript {
2222
mavenLocal()
2323
mavenCentral()
2424
jcenter()
25-
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
2625
maven { url "https://plugins.gradle.org/m2/" }
2726
}
2827
dependencies {
@@ -62,7 +61,6 @@ configure(coreProjects) {
6261
google()
6362
mavenCentral()
6463
jcenter()
65-
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
6664
}
6765
}
6866

0 commit comments

Comments
 (0)