Remove snapshot repository (#6732)
I suspect it is not needed. Should avoid dependabot trying to use snapshot dependencies like in https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/6658
This commit is contained in:
parent
429ecfc713
commit
49af5562e6
|
@ -20,9 +20,6 @@ spotless {
|
|||
repositories {
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
maven {
|
||||
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
|
||||
}
|
||||
}
|
||||
|
||||
tasks.withType<Test>().configureEach {
|
||||
|
|
Loading…
Reference in New Issue