This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-pekko-http-quickstart-java.g8.git
The following commit(s) were added to refs/heads/main by this push:
new 26e43b0 fix paradox theme
26e43b0 is described below
commit 26e43b0204f101142c5126f59846c9357bd2ff8f
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Dec 5 17:36:56 2023 +0100
fix paradox theme
---
README.md | 2 +-
docs/build.sbt | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/README.md b/README.md
index b75f769..279925d 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
You can use [Giter8][g8] to create your own project from the quickstart.
Prerequisites:
-- JDK 11
+- JDK 8
- sbt 1.4.x or higher
Open a console and run the following command to apply this template:
diff --git a/docs/build.sbt b/docs/build.sbt
index 339fe82..b41a92c 100644
--- a/docs/build.sbt
+++ b/docs/build.sbt
@@ -1,5 +1,3 @@
-// Uses the out of the box generic theme.
-paradoxTheme := Some(builtinParadoxTheme("generic"))
Compile / paradoxProperties ++= Map(
"snip.g8root.base_dir" -> "../../../../src/main/g8",
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]