從遊戲2.4
到2.5
遷移後,我們面臨着廢棄警告,內捻模板: ...web/templates/main.scala.html:159: method get in object Messages is deprecated: see corresponding Javadoc for more information. [warn] <a href="@routes.Authentication.login()">@Messages.get("login") </a> [warn] 1501 warnings found
禁止捻模板折舊方法警告
-deprecation
標誌內scalaOptions
工作正常上課,但看起來並不影響*.scala.html
文件。 (twirlRecompilationLogger = TaskKey[(File, File) => Unit]
),但play 2.5
不包含它(play.twirl.sbt.TwirlKeys
)。
任何想法如何抑制模板內的deprecation
警告? 感謝