Skip to content

Commit

Permalink
remove old resolver support (#1523)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Oct 9, 2024
1 parent 107c17f commit 95e8355
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions project/PekkoBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,6 @@ object PekkoBuild {
}

lazy val resolverSettings = Def.settings(
// should we be allowed to use artifacts published to the local maven repository
if (System.getProperty("pekko.build.useLocalMavenResolver", "false").toBoolean)
resolvers += mavenLocalResolver
else Seq.empty,
// should we be allowed to use artifacts from sonatype snapshots
if (System.getProperty("pekko.build.useSnapshotSonatypeResolver", "false").toBoolean)
resolvers ++= Resolver.sonatypeOssRepos("snapshots")
else Seq.empty,
pomIncludeRepository := (_ => false) // do not leak internal repositories during staging
)

Expand Down

0 comments on commit 95e8355

Please sign in to comment.