Skip to content

Commit

Permalink
remove incubator footer (apache#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Mar 25, 2024
1 parent 549d7eb commit b6263de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/ParadoxSupport.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ object ParadoxSupport {
paradoxDirectives += ((context: Writer.Context) =>
new SignatureDirective(context.location.tree.label, context.properties, context)),
pekkoParadoxGithub := Some("https://github.com/apache/pekko-http"),
Global / pekkoParadoxIncubatorNotice := None,
Compile / paradoxMarkdownToHtml / sourceGenerators += Def.taskDyn {
val targetFile = (Compile / paradox / sourceManaged).value / "license-report.md"

Expand Down

0 comments on commit b6263de

Please sign in to comment.