Skip to content

Commit

Permalink
Set pekkoParadoxIncubatorNotice to None
Browse files Browse the repository at this point in the history
  • Loading branch information
mdedetrich committed Mar 23, 2024
1 parent c804ef6 commit 91cb32e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object PekkoParadoxPlugin extends AutoPlugin {
"""Copyright © 2011-2022 <a href="https://www.lightbend.com/">Lightbend, Inc</a>.
| Apache Pekko, Pekko, and its feather logo are trademarks of The Apache Software Foundation.""".stripMargin,
pekkoParadoxGithub in Global := None,
pekkoParadoxIncubatorNotice in Global := Some(incubatorNoticeText),
pekkoParadoxIncubatorNotice in Global := None,
Compile / paradoxMaterialTheme := {
val theme =
(Compile / paradoxMaterialTheme).value
Expand Down

0 comments on commit 91cb32e

Please sign in to comment.