Skip to content

Commit

Permalink
Remove redundant oss sonatype snapshots repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Aug 2, 2023
1 parent b68b395 commit a73ad91
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,8 @@ class PekkoGrpcPlugin implements Plugin<Project> {
def baselineVersion = getBaselineVersion(pekkoGrpcExt.pluginVersion)

project.repositories {
mavenLocal()
mavenCentral()
if (VersionNumber.parse(baselineVersion).qualifier) {
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
maven {
url "https://repository.apache.org/content/groups/snapshots"
}
Expand Down

0 comments on commit a73ad91

Please sign in to comment.