clementine-player / Android-Remote

Control Clementine from your Android device
GNU General Public License v3.0
198 stars 80 forks source link

BUILDFIX: Ignore Lint warnings while building. #136

Closed ddmytrenko closed 8 years ago

ddmytrenko commented 8 years ago

The latest version of the master branch is not "buildable". It means that if I will run ./gradlew clean build command it will fail with "lint issue".

hatstand commented 8 years ago

I'd much rather the lint warnings were fixed.

ddmytrenko commented 8 years ago

But, for now, it even impossible to build. Ok :)

amuttsch commented 8 years ago

./gradlew build is now possible. Building was possible before with ./gradlew assembleRelease which doesn't do the lint checks.