質問

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