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:
Lauri Tulmin 2022-09-24 05:56:00 +03:00 committed by GitHub
parent 429ecfc713
commit 49af5562e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -20,9 +20,6 @@ spotless {
repositories {
mavenCentral()
gradlePluginPortal()
maven {
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
}
}
tasks.withType<Test>().configureEach {