chiark / gitweb /
gradle: Never add lintOptions workaround
authorDaniel Martí <mvdan@mvdan.cc>
Thu, 24 Dec 2015 15:40:36 +0000 (16:40 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Thu, 24 Dec 2015 15:40:36 +0000 (16:40 +0100)
commit138618937f98a0f42f3f1e0df7f19aa3f20fee5c
tree138416825ffa7f42013e50fc9bd94fbc3466c82c
parentadff5615f53dad6108c7382ed516be3ab5a56b60
gradle: Never add lintOptions workaround

This breaks on newer plugin versions. Instead of complicating this logic
even further to support them, upstream devs should instead use gradle
configs that actually work.

If their build fails because of lint, it's theirs to fix, not ours.
fdroidserver/build.py