I'm doing transition of android project from ant to gradle build. After draft of new build process I've merged my branch to develop. But now our Jenkins old build is failing because:

'<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?

有帮助吗?

解决方案

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:
https://code.google.com/p/android/issues/detail?id=60416

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top