Skip to content

Commit

Permalink
Merge pull request #68 from mdedetrich/add-instructions-for-different…
Browse files Browse the repository at this point in the history
…-jdk-usage

Add instructions for different JDK usage
  • Loading branch information
mkurz authored Feb 14, 2024
2 parents 3e6efb9 + bc14c18 commit 8525004
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/main/paradox/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,20 @@
In order to enable the theme add the following line to your
project's `project/plugins.sbt`:

## JDK 1.8

@@@ vars
```sbt
addSbtPlugin("com.github.sbt" % "sbt-paradox-material-theme" % "$project.version$")
```
@@@

## JDK 11+

@@@ vars
```sbt
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.6")
addSbtPlugin("com.github.sbt" % "sbt-paradox-material-theme" % "$project.version$")
```
@@@
Expand Down

0 comments on commit 8525004

Please sign in to comment.