mdedetrich commented on code in PR #116: URL: https://github.com/apache/incubator-pekko-sbt-paradox/pull/116#discussion_r1502280976
########## plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala: ########## @@ -31,11 +31,15 @@ object PekkoParadoxPlugin extends AutoPlugin { object autoImport { val pekkoParadoxCopyright = settingKey[String]("Copyright text to use in docs footer") val pekkoParadoxGithub = settingKey[Option[String]]("Link to Github repository") + val pekkoParadoxIncubatorNotice = settingKey[Option[String]]("Whether to include the ASF incubator notice") } import autoImport._ val version = ParadoxPlugin.readProperty("pekko-paradox.properties", "pekko.paradox.version") + val incubatorNoticeText = Review Comment: I put the text into a publicly accessible `val` so that if we set the default value of `pekkoParadoxIncubatorNotice` to `None` (which we will do in the future at some point) if for some reason someone wants to access the original text they can -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org