You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "He-Pin (via GitHub)" <gi...@apache.org> on 2023/08/25 16:31:56 UTC

[GitHub] [incubator-pekko-connectors] He-Pin commented on a diff in pull request #239: Remove Apache snapshot repository

He-Pin commented on code in PR #239:
URL: https://github.com/apache/incubator-pekko-connectors/pull/239#discussion_r1305807641


##########
build.sbt:
##########
@@ -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),

Review Comment:
   Should it be true?



##########
build.sbt:
##########
@@ -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),

Review Comment:
   Should it be true?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org