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


##########
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:
   True is the default, false means that it will cache snapshots which for us 
is fine because the snapshot versions are hashed and immutable 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to