Skip to content

Commit

Permalink
Better clarify excludeAll statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Mar 4, 2024
1 parent 1389267 commit 810043f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ addSbtPlugin("org.apache.pekko" % "sbt-paradox-pekko" % "<version>")
> * sbt-paradox-apidoc
> * sbt-paradox-project-info
> you need to use an `excludesAll` statement on `addSbtPlugin` to remove the
> JDK 11 reference, i.e. if you need to use sbt-site-paradox you would do the
> following
> resolved dependencies that rely on JDK 11+, i.e. if you need to use
> sbt-site-paradox you would do the following
> ```sbt
> addSbtPlugin(("com.github.sbt" % "sbt-site-paradox" % "1.5.0").excludeAll(
> "com.lightbend.paradox", "sbt-paradox"))
Expand Down

0 comments on commit 810043f

Please sign in to comment.