This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new f7b9e3d4e Remove Apache snapshot repository
f7b9e3d4e is described below
commit f7b9e3d4ee09d84edfb52581f0fa9705675ea49f
Author: Matthew de Detrich <[email protected]>
AuthorDate: Fri Aug 25 17:12:39 2023 +0200
Remove Apache snapshot repository
---
build.sbt | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/build.sbt b/build.sbt
index 30bfcb0d9..fb530ff1f 100644
--- a/build.sbt
+++ b/build.sbt
@@ -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
@@ -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"),
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]