Skip to content

Commit

Permalink
Remove snapshot repository (#6732)
Browse files Browse the repository at this point in the history
I suspect it is not needed. Should avoid dependabot trying to use
snapshot dependencies like in
#6658
  • Loading branch information
laurit authored Sep 24, 2022
1 parent 429ecfc commit 49af556
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conventions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ spotless {
repositories {
mavenCentral()
gradlePluginPortal()
maven {
url = uri("https://oss.sonatype.org/content/repositories/snapshots")
}
}

tasks.withType<Test>().configureEach {
Expand Down

0 comments on commit 49af556

Please sign in to comment.