GitHub user GitToTheHub added a comment to the discussion: Android: Compile with `-Xlint:deprecation`
Cool thanks for directly implementing and documenting it :) Maybe it would be good to also note in the documentation, that it sets "-Xlint:deprecation" for compiling? I'm noting this, because when a developer sees: ```bash > Task :CordovaLib:compileDebugJavaWithJavac Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. ``` He could google "cordova -Xlint:deprecation" and he would find the preference flag. GitHub link: https://github.com/apache/cordova/discussions/553#discussioncomment-13707228 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
