apache / pekko-connectors

Apache Pekko Connectors is a Reactive Enterprise Integration library for Java and Scala, based on Reactive Streams and Apache Pekko.
https://pekko.apache.org/
Apache License 2.0
61 stars 31 forks source link

Fix excludes for sbt-site-paradox #537

Closed mdedetrich closed 7 months ago

mdedetrich commented 7 months ago

The previous PR forgot to fix the excludes for sbt-site-paradox.

Ordinarily we would fix this in https://github.com/apache/incubator-pekko-sbt-paradox/blob/main/build.sbt#L76-L88 however it seems to be only pekko-connectors that uses sbt-site-paradox and since its an sbt plugin that automatically loads adding it to pekko-sbt-paradox isn't appropriate (this is also the reason why we have cases in pekko-connectors where the plugin is explicitly disabled)