简体   繁体   English

Android Jenkins ant build失败

[英]Android Jenkins ant build fails

I'm doing transition of android project from ant to gradle build. 我正在将android项目从antgradle构建。 After draft of new build process I've merged my branch to develop. 在新构建过程的草稿之后,我合并了我的分支开发。 But now our Jenkins old build is failing because: 但是现在我们的Jenkins旧版本失败了因为:

'<Project>' is a Gradle project. To correctly analyze Gradle projects, you should run "gradlew :lint" instead.

Is it possible to fix Jenkins build until we completely switched to gradle ? 是否可以修复Jenkins构建,直到我们完全切换到gradle

It's not clear what command you're running to produce this output but, according to the Android bug tracker, this is a Lint error category that you can ignore: 目前尚不清楚您正在运行什么命令来生成此输出,但根据Android错误跟踪器,这是一个您可以忽略的Lint错误类别:
https://code.google.com/p/android/issues/detail?id=60416 https://code.google.com/p/android/issues/detail?id=60416

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM