Frage

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?

War es hilfreich?

Lösung

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top