You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2023/01/07 19:45:33 UTC

[incubator-pekko] branch main updated: Replace the akka paradox theme with the standard one

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.git


The following commit(s) were added to refs/heads/main by this push:
     new f48a88991e Replace the akka paradox theme with the standard one
f48a88991e is described below

commit f48a88991e679d610d0da8f30ee2f9900ba9e49a
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Sat Jan 7 13:31:41 2023 +0100

    Replace the akka paradox theme with the standard one
---
 build.sbt           | 2 +-
 project/plugins.sbt | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/build.sbt b/build.sbt
index 46d27ebcd8..5894ab6d2c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -238,7 +238,7 @@ lazy val docs = pekkoModule("docs")
   .settings(Paradox.settings)
   .settings(javacOptions += "-parameters") // for Jackson
   .enablePlugins(
-    AkkaParadoxPlugin,
+    ParadoxPlugin,
     PublishRsyncPlugin,
     NoPublish,
     ParadoxBrowse,
diff --git a/project/plugins.sbt b/project/plugins.sbt
index a70efe7e41..8c76537a71 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -15,7 +15,11 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
 addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
 addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
 addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
-addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.44")
+// We have to deliberately use older versions of sbt-paradox because current Pekko sbt build
+// only loads on JDK 1.8 so we need to bring in older versions of parboiled which support JDK 1.8
+addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.9.2")
+addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-apidoc" % "0.10.1")
+addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" % "2.0.0")
 addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.7.0")
 addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0")
 addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30")


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