集成自动打包Jenkins

来源:互联网 发布:淘宝猎手软件 编辑:程序博客网 时间:2024/06/13 18:58

报错

Note: Some input files use or override a deprecated API.Note: Recompile with -Xlint:deprecation for details.Note: Some input files use unchecked or unsafe operations.Note: Recompile with -Xlint:unchecked for details.100 errors FAILED:app:compileRetrolambdaDebugFAILURE: Build failed with an exception.* What went wrong:Execution failed for task ':app:compileDebugJavaWithJavac'.> Compilation failed; see the compiler error output for details.* Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

解决办法

@SuppressWarnings("deprecation")
0 0