Skip to content

Commit

Permalink
Remove Apache snapshot repository
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Aug 25, 2023
1 parent c90382c commit f7b9e3d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@

import net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCheckResolver

// TODO: Remove when Pekko has a proper release
ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
ThisBuild / updateOptions := updateOptions.value.withLatestSnapshots(false)

ThisBuild / apacheSonatypeProjectProfile := "pekko"
sourceDistName := "apache-pekko-connectors"
sourceDistIncubating := true
Expand Down Expand Up @@ -351,6 +347,9 @@ lazy val docs = project
.enablePlugins(PekkoParadoxPlugin, ParadoxPlugin, ParadoxSitePlugin, PreprocessPlugin)
.disablePlugins(MimaPlugin)
.settings(
// TODO Remove when pekko-paradox-sbt has its first release
resolvers += Resolver.ApacheMavenSnapshotsRepo,
updateOptions := updateOptions.value.withLatestSnapshots(false),
Compile / paradox / name := "Apache Pekko Connectors",
publish / skip := true,
pekkoParadoxGithub := Some("https://github.com/apache/incubator-pekko-connectors"),
Expand Down

0 comments on commit f7b9e3d

Please sign in to comment.