문제

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